Age | Commit message (Expand) | Author | Files | Lines |
2021-10-18 | vt82c686: Add a method to VIA_ISA to raise ISA interrupts | BALATON Zoltan | 1 | -0/+4 |
2021-10-15 | Revert "cpu: Move cpu_common_props to hw/core/cpu.c" | Richard Henderson | 1 | -0/+1 |
2021-10-15 | block-backend: update blk_co_pwrite() and blk_co_pread() wrappers | Vladimir Sementsov-Ogievskiy | 1 | -2/+6 |
2021-10-15 | block-backend: fix blk_co_flush prototype to mention coroutine_fn | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-10-15 | block-backend: convert blk_aio_ functions to int64_t bytes paramter | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2021-10-15 | block-backend: convert blk_co_copy_range to int64_t bytes | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-10-15 | block-backend: convert blk_foo wrappers to use int64_t bytes parameter | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2021-10-15 | block-backend: convert blk_co_pdiscard to int64_t bytes | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2021-10-15 | block-backend: convert blk_co_pwritev_part to int64_t bytes | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2021-10-15 | block-backend: make blk_co_preadv() 64bit | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf | 3 | -6/+11 |
2021-10-15 | virtio-net: Store failover primary opts pointer locally | Kevin Wolf | 1 | -0/+1 |
2021-10-15 | qdev: Add Error parameter to hide_device() callbacks | Kevin Wolf | 1 | -2/+6 |
2021-10-15 | softmmu/qdev-monitor: add error handling in qdev_set_id | Damien Hedde | 1 | -1/+24 |
2021-10-15 | qdev: Make DeviceState.id independent of QemuOpts | Kevin Wolf | 2 | -2/+2 |
2021-10-15 | net: Introduce NetClientInfo.check_peer_type() | Kevin Wolf | 1 | -0/+2 |
2021-10-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging | Richard Henderson | 3 | -319/+245 |
2021-10-13 | tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h | Richard Henderson | 2 | -71/+74 |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson | 2 | -87/+87 |
2021-10-13 | accel/tcg: Add cpu_{ld,st}*_mmu interfaces | Richard Henderson | 1 | -161/+84 |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c | Philippe Mathieu-Daudé | 1 | -11/+0 |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-10-13 | hw/i386/sgx: Have sgx_epc_get_section() return a boolean | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-10-13 | monitor: Reduce hmp_info_sev() declaration | Philippe Mathieu-Daudé | 2 | -1/+1 |
2021-10-13 | target/i386/sev: Declare system-specific functions in 'sev.h' | Philippe Mathieu-Daudé | 1 | -28/+0 |
2021-10-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int... | Richard Henderson | 1 | -6/+0 |
2021-10-12 | accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid | Alex Bennée | 1 | -6/+0 |
2021-10-12 | hw/arm: Integrate ADC model into Aspeed SoC | Andrew Jeffery | 1 | -0/+2 |
2021-10-12 | hw/adc: Add basic Aspeed ADC model | Andrew Jeffery | 1 | -0/+55 |
2021-10-12 | hw: aspeed_gpio: Fix GPIO array indexing | Peter Delevoryas | 1 | -3/+2 |
2021-10-12 | aspeed/i2c: QOMify AspeedI2CBus | Cédric Le Goater | 1 | -2/+6 |
2021-10-12 | aspeed/smc: Remove unused attribute 'irqline' | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Introduce a new addr_width() class handler | Cédric Le Goater | 1 | -0/+1 |
2021-10-12 | aspeed/smc: Add default reset values | Cédric Le Goater | 1 | -0/+1 |
2021-10-12 | aspeed/smc: QOMify AspeedSMCFlash | Cédric Le Goater | 1 | -4/+9 |
2021-10-12 | aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs' | Cédric Le Goater | 1 | -1/+1 |
2021-10-12 | aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Drop AspeedSMCController structure | Cédric Le Goater | 1 | -35/+29 |
2021-10-08 | macfb: add vertical blank interrupt | Mark Cave-Ayland | 1 | -0/+8 |
2021-10-08 | macfb: add common monitor modes supported by the MacOS toolbox ROM | Mark Cave-Ayland | 1 | -1/+15 |
2021-10-08 | macfb: add qdev property to specify display type | Mark Cave-Ayland | 1 | -0/+1 |
2021-10-08 | macfb: implement mode sense to allow display type to be detected | Mark Cave-Ayland | 1 | -0/+20 |
2021-10-07 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2... | Richard Henderson | 1 | -7/+22 |
2021-10-07 | job: Add job_cancel_requested() | Hanna Reitz | 1 | -1/+7 |
2021-10-07 | jobs: Give Job.force_cancel more meaning | Hanna Reitz | 1 | -1/+10 |
2021-10-07 | job: @force parameter for job_cancel_sync() | Hanna Reitz | 1 | -5/+5 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART | Philippe Mathieu-Daudé | 1 | -3/+9 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition | Philippe Mathieu-Daudé | 1 | -2/+2 |