aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell1-9/+22
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth1-0/+4
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 PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé3-11/+10
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé3-3/+3
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé2-4/+4
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-1/+0
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé2-1/+2
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé3-3/+3
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé2-1/+2
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake1-0/+2
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake1-2/+13
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake1-1/+1
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake1-4/+4
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake1-2/+2
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell1-0/+8
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay1-0/+1
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-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-5/+134
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-5/+8
2019-01-17qemu/compiler: Define QEMU_NONSTRINGPhilippe Mathieu-Daudé1-0/+15
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 Benditovich2-0/+85
2019-01-17Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2-10/+28
2019-01-15Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy1-4/+1
2019-01-15Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area"Vladimir Sementsov-Ogievskiy1-2/+0
2019-01-15dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2-0/+18
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2-4/+9
2019-01-15Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-0/+56
2019-01-15Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-14' into st...Peter Maydell1-8/+4
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand1-0/+2
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake1-6/+3
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake1-2/+1
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 Durrant3-0/+43
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2-1/+22