aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-24virtio-net: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-01-22virtio-net: Fix VirtIONet typedef redefinitionPhilippe Mathieu-Daudé1-3/+2
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2-4/+3
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth2-7/+37
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé1-0/+1
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé1-0/+2
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-2/+3
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé1-0/+2
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell1-0/+8
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger1-0/+2
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim1-0/+4
2019-01-18target/mips: Add field and R/W access to ITU control register ICR0Yongbok Kim1-0/+4
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-5/+8
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger1-0/+12
2019-01-17acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger1-0/+3
2019-01-17tpm: allocate/map buffer for TPM Physical Presence interfaceStefan Berger1-0/+6
2019-01-17globals: Allow global properties to be optionalEduardo Habkost1-0/+3
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich1-0/+83
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand1-0/+2
2019-01-14xen: Replace few mentions of xend by libxlAnthony PERARD1-1/+1
2019-01-14Remove broken Xen PV domain builderAnthony PERARD2-19/+0
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant1-0/+12
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2-0/+40
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2-1/+22
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant2-0/+18
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant1-0/+25
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant2-0/+21
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant2-0/+51
2019-01-14xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant1-0/+73
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+55
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2-37/+44
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-26/+28
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini5-21/+21
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2-2/+2
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-1/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11vfio: make vfio_address_spaces staticPaolo Bonzini1-1/+0
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-16/+3
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck1-0/+2
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-0/+3
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-15/+3
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost1-1/+0
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-0/+3
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+1
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-0/+1
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater1-2/+1