aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-27intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza1-7/+3
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza1-11/+5
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell392-578/+565
2020-01-24qdev: register properties as class propertiesMarc-André Lureau2-58/+63
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau1-11/+13
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini2-5/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau388-436/+441
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-26/+0
2020-01-24qdev: remove extraneous errorMarc-André Lureau1-11/+4
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau1-10/+0
2020-01-24hw/ppc/spapr_rtas: Remove local variablePhilippe Mathieu-Daudé1-3/+2
2020-01-24hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/ppc/spapr_rtas: Use local MachineState variablePhilippe Mathieu-Daudé1-1/+1
2020-01-24virtio-scsi: convert to new virtio_delete_queuePan Nengyuan1-3/+3
2020-01-24virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan1-0/+6
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé1-14/+14
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé1-2/+2
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé1-0/+2
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi1-2/+9
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+8
2020-01-24Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell1-0/+1
2020-01-24Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell1-1/+1
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert1-1/+1
2020-01-23hw/arm/exynos4210: Connect serial port DMA busy signals with pl330Guenter Roeck1-13/+29
2020-01-23hw/char/exynos4210_uart: Add receive DMA supportGuenter Roeck2-0/+26
2020-01-23hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeoutsGuenter Roeck2-26/+94
2020-01-23hw/char/exynos4210_uart: Implement post_load functionGuenter Roeck1-0/+10
2020-01-23hw/char/exynos4210_uart: Convert to support tracingGuenter Roeck2-66/+47
2020-01-23hw/arm/exynos4210: Fix DMA initializationGuenter Roeck1-8/+43
2020-01-23dma/pl330: Convert to support tracingGuenter Roeck2-40/+72
2020-01-23hw/misc/stm32f4xx_syscfg: Fix copy/paste errorPhilippe Mathieu-Daudé1-1/+1
2020-01-23hw/arm: Use helper function to trigger hotplug handler plugKeqian Zhu1-3/+3
2020-01-23hw/acpi: Remove extra indent in ACPI GED hotplug cbKeqian Zhu1-1/+1
2020-01-23vhost: coding style fixMichael S. Tsirkin1-3/+3
2020-01-22i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard1-1/+0
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-2/+10
2020-01-22virtio-scsi: convert to new virtio_delete_queuePan Nengyuan1-3/+3
2020-01-22virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan1-0/+6
2020-01-22virtio-9p-device: convert to new virtio_delete_queuePan Nengyuan1-1/+1
2020-01-22virtio-9p-device: fix memleak in virtio_9p_device_unrealizePan Nengyuan1-0/+1
2020-01-22acpi: cpuhp: add CPHP_GET_CPU_ID_CMD commandIgor Mammedov1-0/+7
2020-01-22acpi: cpuhp: introduce 'Command data 2' fieldIgor Mammedov2-0/+12
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov2-8/+80
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza1-6/+3