summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: vhost control virtqueue supportJason Wang2021-10-201-0/+1
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-0/+2
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-2/+2
* vhost-net: control virtqueue supportJason Wang2021-10-201-2/+4
* net: introduce control clientJason Wang2021-10-201-0/+5
* vhost-vdpa: classify one time requestJason Wang2021-10-201-0/+1
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-201-0/+33
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-1/+1
* vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-201-0/+2
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-0/+4
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-0/+1
* block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy2021-10-151-2/+6
* block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2021-10-151-2/+2
* block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+2
* block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-153-6/+11
* virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-0/+1
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-2/+6
* softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-1/+24
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-152-2/+2
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+2
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson2021-10-133-319/+245Star
|\
| * tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson2021-10-132-71/+74
| * accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-132-87/+87
| * accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-131-161/+84Star
* | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-11/+0Star
* | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-1/+0Star
* | hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-131-1/+1
* | monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé2021-10-132-1/+1
* | target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-28/+0Star
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson2021-10-121-6/+0Star
|\
| * accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2021-10-121-6/+0Star
* | hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-121-0/+2
* | hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-121-0/+55
* | hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-3/+2Star
* | aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-2/+6
* | aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater2021-10-121-1/+0Star
* | aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-0/+1
* | aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-0/+1
* | aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-4/+9
* | aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-1/+1
* | aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0Star
* | aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0Star
* | aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-35/+29Star
|/
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+8
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-1/+15