Sign in
qemu
/
qemu
/
e1391340c77e206644f6ecaeab5df0b7b1a1bf93
/
include
/
hw
f3b8f18
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging
by Peter Maydell
· 6 years ago
33f18cf
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request' into staging
by Peter Maydell
· 6 years ago
e65472c
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into staging
by Peter Maydell
· 6 years ago
2e5b09f
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
by Markus Armbruster
· 6 years ago
e1588bc
spapr/irq: Drop spapr_irq_msi_reset()
by Greg Kurz
· 6 years ago
93eac7b
spapr: Implement ibm,suspend-me
by Nicholas Piggin
· 6 years ago
4b5e06c
machine: Add wakeup method to MachineClass
by Nicholas Piggin
· 6 years ago
c5e760e
ppc/xive: Improve 'info pic' support
by Cédric Le Goater
· 6 years ago
ad31e2d
ppc/xive: Provide silent escalation support
by Cédric Le Goater
· 6 years ago
53e9349
ppc/xive: Provide unconditional escalation support
by Cédric Le Goater
· 6 years ago
1994d3a
ppc/xive: use an abstract type for XiveNotifier
by Cédric Le Goater
· 6 years ago
0fb6bd0
spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxy
by Michael Roth
· 6 years ago
3a6e622
spapr: Implement H_PROD
by Nicholas Piggin
· 6 years ago
03ef074
spapr: Implement dispatch tracking for tcg
by Nicholas Piggin
· 6 years ago
88e47b9
audio: add audiodev properties to frontends
by Kővágó, Zoltán
· 6 years ago
9aec2e5
hw: add compat machines for 4.2
by Cornelia Huck
· 6 years ago
e502fe9
hw/i386/pc: Map into memory the initrd
by Stefano Garzarella
· 6 years ago
816b9fe
elf-ops.h: Map into memory the ELF to load
by Stefano Garzarella
· 6 years ago
fef2889
loader: Handle memory-mapped ELFs
by Stefano Garzarella
· 6 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
2f780b6
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
by Markus Armbruster
· 6 years ago
46517dd
Include sysemu/sysemu.h a lot less
by Markus Armbruster
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
7969dd9
Include sysemu/hostmem.h less
by Markus Armbruster
· 6 years ago
a44432b
numa: Don't include hw/boards.h into sysemu/numa.h
by Markus Armbruster
· 6 years ago
12e9493
Include hw/boards.h a bit less
by Markus Armbruster
· 6 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 6 years ago
dc5e9ac
Include qemu/queue.h slightly less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
e7febd9
Include qom/object.h slightly less
by Markus Armbruster
· 6 years ago
d484205
Include exec/memory.h slightly less
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
8a9358c
migration: Move the VMStateDescription typedef to typedefs.h
by Markus Armbruster
· 6 years ago
6a0acff
Clean up inclusion of exec/cpu-common.h
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
5a720b1
ide: Include hw/ide/internal a bit less outside hw/ide/
by Markus Armbruster
· 6 years ago
ca77ee2
Include migration/qemu-file-types.h a lot less
by Markus Armbruster
· 6 years ago
71e8a91
Include sysemu/reset.h a lot less
by Markus Armbruster
· 6 years ago
2ae16a6
Include generated QAPI headers less
by Markus Armbruster
· 6 years ago
ec150c7
include: Make headers more self-contained
by Markus Armbruster
· 6 years ago
310cda5
spapr/xive: Fix migration of hot-plugged CPUs
by Cédric Le Goater
· 6 years ago
a58dfba
pcie_root_port: Allow ACS to be disabled
by Dr. David Alan Gilbert
· 6 years ago
92fd453
Revert "Revert "globals: Allow global properties to be optional""
by Dr. David Alan Gilbert
· 6 years ago
a8cd64d
virtio-balloon: Use temporary PBP only
by David Hildenbrand
· 6 years ago
23da9e2
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722' into staging
by Peter Maydell
· 6 years ago
bc8c2ec
hw/arm/fsl-imx6ul.c: Remove dead SMP-related code
by Peter Maydell
· 6 years ago
12e1dc4
virtio-scsi: remove unused argument to virtio_scsi_common_realize
by Paolo Bonzini
· 6 years ago
fdd1bda
hw/riscv: Load OpenSBI as the default firmware
by Alistair Francis
· 6 years ago
032cfe6
pl031: Correctly migrate state when using -rtc clock=host
by Peter Maydell
· 6 years ago
2bbadb0
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
by Stefan Hajnoczi
· 6 years ago
4d90b7a
pcie: consistent names for function args
by Michael S. Tsirkin
· 6 years ago
e965ffa
qdev: add qdev_add_vm_change_state_handler()
by Stefan Hajnoczi
· 6 years ago
0788a56
i386: Make unversioned CPU models be aliases
by Eduardo Habkost
· 6 years ago
6f47956
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
by Like Xu
· 6 years ago
cd5ff83
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
by Igor Mammedov
· 6 years ago
d65af28
i386: Update new x86_apicid parsing rules with die_offset support
by Like Xu
· 6 years ago
176d2cd
i386/cpu: Consolidate die-id validity in smp context
by Like Xu
· 6 years ago
c26ae61
i386: Add die-level cpu topology to x86CPU on PCMachine
by Like Xu
· 6 years ago
a062859
machine: Refactor smp-related call chains to pass MachineState
by Like Xu
· 6 years ago
edeeec9
hw/boards: Add struct CpuTopology to MachineState
by Like Xu
· 6 years ago
c35d17c
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 6 years ago
457cfccc
pc: Move compat_apic_id_mode variable to PCMachineClass
by Eduardo Habkost
· 6 years ago
7abccd0
virtio: Set "start_on_kick" for legacy devices
by Xie Yongji
· 6 years ago
e57f2c3
virtio: add "use-started" property
by Xie Yongji
· 6 years ago
adf0748
virtio-pci: Proxy for virtio-pmem
by Pankaj Gupta
· 6 years ago
5c6a9db
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' into staging
by Peter Maydell
· 6 years ago
aff8cee
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into staging
by Peter Maydell
· 6 years ago
f0577c6
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' into staging
by Peter Maydell
· 6 years ago
4174292
hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct
by Peter Maydell
· 6 years ago
374f63f
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging
by Peter Maydell
· 6 years ago
d53f7a6
vfio-common.h: Remove inaccurate comment
by Fabiano Rosas
· 6 years ago
506179e
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging
by Peter Maydell
· 6 years ago
5f503cd
virtio-pmem: add virtio device
by Pankaj Gupta
· 6 years ago
c4e42a9
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701' into staging
by Peter Maydell
· 6 years ago
8ac25c8
qapi: Split machine.json off misc.json
by Markus Armbruster
· 6 years ago
d247c8e
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into staging
by Peter Maydell
· 6 years ago
d0e9bc0
spapr/xive: simplify spapr_irq_init_device() to remove the emulated init
by Cédric Le Goater
· 6 years ago
981b1c6
spapr/xive: rework the mapping the KVM memory regions
by Cédric Le Goater
· 6 years ago
330a21e
xics/kvm: Add error propagation to ic*_set_kvm_state() functions
by Greg Kurz
· 6 years ago
eab9f19
xics/spapr: Rename xics_kvm_init()
by Greg Kurz
· 6 years ago
2fb4c65
xics/spapr: Drop unused function declaration
by Greg Kurz
· 6 years ago
7abc0c6
xics/spapr: Detect old KVM XICS on POWER9 hosts
by Greg Kurz
· 6 years ago
d9293c4
xics/spapr: Register RTAS/hypercalls once at machine init
by Greg Kurz
· 6 years ago
c29a0b0
ppc/pnv: remove xscom_base field from PnvChip
by Cédric Le Goater
· 6 years ago
709044f
ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips
by Cédric Le Goater
· 6 years ago
0094908
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' into staging
by Peter Maydell
· 6 years ago
3059c2f
aspeed: Link SCU to the watchdog
by Joel Stanley
· 6 years ago
118c82e
hw/misc/aspeed_xdma: New device
by Eddie James
· 6 years ago
6da4433
aspeed/smc: add a 'sdram_base' property
by Cédric Le Goater
· 6 years ago
6734099
aspeed: add support for multiple NICs
by Cédric Le Goater
· 6 years ago
ece09be
aspeed: introduce a configurable number of CPU per machine
by Cédric Le Goater
· 6 years ago
75fb457
hw/arm/aspeed: Add RTC to SoC
by Joel Stanley
· 6 years ago
979672c
hw: timer: Add ASPEED RTC device
by Joel Stanley
· 6 years ago
d783d1f
aspeed: add a per SoC mapping for the memory space
by Cédric Le Goater
· 6 years ago
b456b11
aspeed: add a per SoC mapping for the interrupt space
by Cédric Le Goater
· 6 years ago
01b96ec
i.mx7d: pci: Update PCI IRQ mapping to match HW
by Andrey Smirnov
· 6 years ago
6ee51e9
i.mx7d: Add no-op/unimplemented PCIE PHY IP block
by Andrey Smirnov
· 6 years ago
f0d877d
i.mx7d: Add no-op/unimplemented APBH DMA module
by Andrey Smirnov
· 6 years ago
d85d65c
pcie: minor cleanups for slot control/status
by Michael S. Tsirkin
· 6 years ago
Next »