summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell2020-07-081-0/+24
|\ \ \ \
| * | | | softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier2020-07-061-0/+24
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell2020-07-083-13/+7Star
|\ \ \ \
| * | | | audio: set default value for pcspk.iobase propertyGerd Hoffmann2020-07-061-5/+1Star
| * | | | audio: create pcspk device earlyGerd Hoffmann2020-07-061-0/+1
| * | | | audio: rework pcspk_init()Gerd Hoffmann2020-07-061-5/+1Star
| * | | | pc_basic_device_init: drop no_vmport argGerd Hoffmann2020-07-061-1/+0Star
| * | | | pc_basic_device_init: drop has_pit argGerd Hoffmann2020-07-061-1/+0Star
| * | | | pc_basic_device_init: pass PCMachineStateGerd Hoffmann2020-07-061-1/+2
| * | | | audio: add deprecated_register_soundhwGerd Hoffmann2020-07-061-0/+2
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in...Peter Maydell2020-07-073-12/+53
|\ \ \ \
| * | | | block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-062-6/+11
| * | | | block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
| * | | | block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-061-6/+15
| * | | | block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-0/+4
| * | | | block/amend: add 'force' optionMaxim Levitsky2020-07-062-0/+2
| * | | | qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2020-07-061-0/+22
| |/ / /
* | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-0715-6/+217
|\ \ \ \ | |_|_|/ |/| | |
| * | | vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+22
| * | | vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-073-1/+36
| * | | vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+5
| * | | vhost: introduce new VhostOps vhost_force_iommuCindy Lu2020-07-031-0/+3
| * | | vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-0/+4
| * | | vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu2020-07-031-0/+6
| * | | vhost: introduce new VhostOps vhost_dev_startCindy Lu2020-07-031-0/+2
| * | | virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+4
| * | | net: introduce qemu_get_peerCindy Lu2020-07-031-0/+1
| * | | numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand2020-07-031-0/+1
| * | | virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-0/+3
| * | | virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-0/+5
| * | | virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-031-0/+1
| * | | virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-031-0/+78
| * | | migration/colo: Use ram_block_discard_disable()David Hildenbrand2020-07-021-1/+1
| * | | virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-022-2/+2
| * | | vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
| * | | exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand2020-07-021-0/+41
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-07-061-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta2020-07-041-0/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell2020-07-0411-9/+105
|\ \ \
| * | | Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-031-2/+0Star
| * | | hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-1/+0Star
| * | | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-3/+0Star
| * | | hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell2020-07-031-0/+56
| * | | hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell2020-07-031-3/+0Star
| * | | ssi: Add ssi_realize_and_unref()Peter Maydell2020-07-031-0/+26
| * | | hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones2020-07-031-0/+1
| * | | hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger2020-07-031-0/+7
| * | | virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-031-0/+2
| * | | qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger2020-07-033-0/+10
| * | | Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois2020-07-031-0/+2