aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-06-15usb: Convert uses of usb_create()Markus Armbruster
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster
2020-06-15ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2020-06-15isa: isa_create(), isa_try_create() are now unused, dropMarkus Armbruster
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15isa: New isa_new(), isa_realize_and_unref() etc.Markus Armbruster
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() manuallyMarkus Armbruster
2020-06-15qdev: New qdev_new(), qdev_realize(), etc.Markus Armbruster
2020-06-15riscv: Fix type of SiFive[EU]SocState, member parent_objMarkus Armbruster
2020-06-15pnv/psi: Correct the pnv-psi* devices not to be sysbus devicesMarkus Armbruster
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé
2020-06-12exec/memory: Remove unused MemoryRegionMmio typePhilippe Mathieu-Daudé
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov
2020-06-12i386: hvf: Clean stray includes in sysemuRoman Bolshakov
2020-06-12i386: hvf: Drop useless declarations in sysemuRoman Bolshakov
2020-06-12i386: hvf: Move HVFState definition into hvfRoman Bolshakov
2020-06-12sysemu/hvf: Only declare hvf_allowed when HVF is availablePhilippe Mathieu-Daudé
2020-06-12sysemu/tcg: Only declare tcg_allowed when TCG is availablePhilippe Mathieu-Daudé
2020-06-12sysemu/accel: Restrict machine methods to system-modePhilippe Mathieu-Daudé
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit
2020-06-10qemu/thread: Mark qemu_thread_exit() with 'noreturn' attributePhilippe Mathieu-Daudé
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu
2020-06-10hw/elf_ops: Do not ignore write failures when loading ELFPhilippe Mathieu-Daudé
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron