summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-11-033-22/+15Star
|\
| * pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-0/+5
| * pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-021-10/+9Star
| * hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-011-0/+1
| * hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-12/+0Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-023-20/+111
|\ \
| * | tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson2021-11-021-0/+5
| * | linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
| * | hw/core: Add TCGCPUOps.record_sigbusRichard Henderson2021-11-021-0/+23
| * | accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-12/+10Star
| * | linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-0/+15
| * | hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson2021-11-021-0/+26
| * | linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson2021-11-021-12/+0Star
| * | accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson2021-10-301-0/+12
| * | accel/tcg: Split out adjust_signal_pcRichard Henderson2021-10-301-0/+10
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2021-11-026-8/+67
|\ \ \
| * | | memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)2021-11-011-0/+9
| * | | virtio-mem: Drop precopy notifierDavid Hildenbrand2021-11-011-3/+0Star
| * | | memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+21
| * | | migration: Add migrate_add_blocker_internal()Peter Xu2021-11-011-0/+16
| * | | memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-012-5/+19
| * | | KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-012-0/+2
| | |/ | |/|
* | | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-1/+0Star
* | | machine: add device_type_is_dynamic_sysbus functionDamien Hedde2021-11-011-0/+15
* | | hw/core/machine: Split out the smp parsing codeYanan Wang2021-11-011-0/+1
|/ /
* | hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan2021-10-301-1/+1
* | hw/char/sh_serial: QOM-ifyBALATON Zoltan2021-10-301-8/+1Star
* | hw/sh4: Coding style: White space fixesBALATON Zoltan2021-10-301-5/+5
* | hw/sh4: Coding style: Remove tabsBALATON Zoltan2021-10-301-10/+10
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-29' into ...Richard Henderson2021-10-305-12/+32
|\
| * qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster2021-10-291-0/+1
| * qapi: Factor out compat_policy_input_ok()Markus Armbruster2021-10-291-0/+7
| * qapi: Generalize enum member policy checkingMarkus Armbruster2021-10-291-4/+1Star
| * qapi: Generalize command policy checkingMarkus Armbruster2021-10-291-2/+3
| * qapi: Generalize struct member policy checkingMarkus Armbruster2021-10-292-6/+17
| * qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster2021-10-291-0/+4
| * qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster2021-10-291-1/+0Star
* | Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson2021-10-295-3/+12
|\ \
| * | softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao2021-10-291-0/+10
| * | hw/riscv: microchip_pfsoc: Use the PLIC config helper functionAlistair Francis2021-10-281-1/+0Star
| * | hw/riscv: sifive_u: Use the PLIC config helper functionAlistair Francis2021-10-281-1/+0Star
| * | hw/riscv: boot: Add a PLIC config string functionAlistair Francis2021-10-281-0/+2
| * | hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis2021-10-281-1/+0Star
| |/
* | host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-282-12/+14
* | host-utils: move udiv_qrnnd() to host-utilsLuis Pires2021-10-282-82/+81Star
* | host-utils: move checks out of divu128/divs128Luis Pires2021-10-282-25/+16Star
* | qemu/int128: Add int128_{not,xor}Frédéric Pétrot2021-10-281-0/+20
|/
* qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster2021-10-271-1/+5
* qapi: Move compat policy from QObject to generic visitorMarkus Armbruster2021-10-274-8/+12
* Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2021-10-231-2/+1Star
|\