summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-fixes-202011...Peter Maydell2020-11-091-2/+1Star
|\
| * hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé2020-11-091-2/+1Star
* | hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell2020-11-091-6/+4Star
|/
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell2020-11-061-1/+1
|\
| * s390x: fix build for --without-default-devicesCornelia Huck2020-11-051-1/+1
* | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201106' int...Peter Maydell2020-11-066-25/+18Star
|\ \
| * | hw/9pfs: Fix Kconfig dependency problem between 9pfs and XenPhilippe Mathieu-Daudé2020-11-052-5/+1Star
| * | hw/9pfs : add space before the open parenthesis '('Xinhao Zhang2020-11-051-1/+1
| * | hw/9pfs : open brace '{' following struct go on the same lineXinhao Zhang2020-11-051-6/+3Star
| * | hw/9pfs : add spaces around operatorXinhao Zhang2020-11-052-13/+13
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201105' in...Peter Maydell2020-11-052-7/+1Star
|\ \ \
| * | | spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz2020-11-051-1/+1
| * | | spapr: Drop dead code in spapr_reallocate_hpt()Greg Kurz2020-11-051-6/+0Star
* | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-0514-35/+386
|\ \ \ \
| * | | | vhost-blk: set features before setting inflight featureJin Yu2020-11-032-0/+26
| * | | | Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-032-24/+0Star
| * | | | vfio: Don't issue full 2^64 unmapJean-Philippe Brucker2020-11-031-0/+11
| * | | | virtio-iommu: Set supported page size maskBharat Bhushan2020-11-032-0/+51
| * | | | vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan2020-11-031-0/+8
| * | | | virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan2020-11-032-0/+16
| * | | | virtio-iommu: Add replay() memory region callbackBharat Bhushan2020-11-032-0/+41
| * | | | virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan2020-11-031-0/+32
| * | | | virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan2020-11-032-0/+58
| * | | | virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker2020-11-031-1/+10
| * | | | virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker2020-11-031-1/+1
| * | | | hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé2020-11-031-1/+3
| * | | | hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé2020-11-031-2/+2
| * | | | hw/acpi : add spaces around operatorXinhao Zhang2020-11-031-1/+1
| * | | | hw/acpi : add space before the open parenthesis '('Xinhao Zhang2020-11-031-1/+1
| * | | | hw/acpi : Don't use '#' flag of printf formatXinhao Zhang2020-11-031-10/+10
| * | | | virito-mem: Implement get_min_alignment()David Hildenbrand2020-11-031-0/+7
| * | | | memory-device: Add get_min_alignment() callbackDavid Hildenbrand2020-11-031-2/+9
| * | | | memory-device: Support big alignment requirementsDavid Hildenbrand2020-11-031-4/+5
| * | | | virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand2020-11-031-4/+101
| * | | | virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+3
| * | | | virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+5
| * | | | pc: comment style fixupMichael S. Tsirkin2020-11-031-4/+5
* | | | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-11-051-3/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé2020-11-031-3/+11
| |/ / /
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...Peter Maydell2020-11-041-4/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | ati: check x y display parameter valuesPrasad J Pandit2020-11-041-4/+6
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20201104-pull-request' ...Peter Maydell2020-11-042-131/+216
|\ \ \
| * | | dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2020-11-042-3/+37
| * | | dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2020-11-042-0/+18
| * | | dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland2020-11-041-3/+6
| * | | dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland2020-11-041-15/+10Star
| * | | dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2020-11-042-0/+5
| * | | dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2020-11-042-14/+22
| * | | dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland2020-11-041-3/+3
| * | | dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland2020-11-041-104/+126
| |/ /