summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pci: fix PCI resource reserve capability on BEMichael S. Tsirkin2021-10-201-5/+5
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-1/+1
* virtio-net: vhost control virtqueue supportJason Wang2021-10-202-5/+20
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-3/+9
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-202-78/+78
* vhost-net: control virtqueue supportJason Wang2021-10-203-15/+36
* vhost-vdpa: prepare for the multiqueue supportJason Wang2021-10-201-2/+2
* vhost-vdpa: classify one time requestJason Wang2021-10-201-6/+47
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-201-1/+11
* failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier2021-10-201-6/+18
* vhost-user: fix duplicated notifier MR initXueming Li2021-10-201-2/+3
* vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier2021-10-202-0/+80
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-203-0/+295
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-2/+1Star
* virtio-iommu: Remove the non transitional nameEric Auger2021-10-201-1/+0Star
* vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-202-16/+49
* vdpa: Add vhost_vdpa_section_endEugenio Pérez2021-10-201-7/+15
* vdpa: Skip protected ram IOMMU mappingsEugenio Pérez2021-10-201-0/+1
* via-ide: Avoid using isa_get_irq()BALATON Zoltan2021-10-181-2/+2
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-1/+9
* vt82c686: Move common code to via_isa_realizeBALATON Zoltan2021-10-181-38/+29Star
* via-ide: Set user_creatable to falseBALATON Zoltan2021-10-181-0/+3
* hw/mips/boston: Add FDT generatorJiaxun Yang2021-10-181-9/+236
* hw/mips/boston: Allow loading elf kernel and dtbJiaxun Yang2021-10-181-4/+32
* hw/mips/boston: Massage memory map informationJiaxun Yang2021-10-181-28/+80
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-16/+1Star
* Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2021-10-158-52/+63
|\
| * qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-153-15/+19
| * virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf2021-10-151-33/+19Star
| * virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-8/+18
| * qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-152-3/+6
| * softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-1/+2
| * qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-154-3/+4
| * net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+6
* | Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson2021-10-151-1/+11
|\ \ | |/ |/|
| * s390x/ipl: check kernel command line sizeMarc Hartmayer2021-10-131-1/+11
* | kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini2021-10-142-1/+4
* | Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini2021-10-131-191/+1Star
* | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-4/+32
* | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-132-2/+5
* | hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-132-4/+4
* | target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-1/+1
* | target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé2021-10-131-1/+1
|/
* aspeed/smc: Dump address offset in trace eventsCédric Le Goater2021-10-121-3/+3
* aspeed/wdt: Add trace eventsCédric Le Goater2021-10-122-0/+9
* hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-122-0/+22
* hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-123-0/+431
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-47/+33Star
* hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas2021-10-121-4/+4
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-122-23/+85