aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Introduce size_memopTony Nguyen
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-09-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy
2019-08-27block/io: introduce bdrv_co_p{read, write}v_partVladimir Sementsov-Ogievskiy
2019-08-27block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy
2019-08-27util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy
2019-08-27xen: Fix ring.h headerAnthony PERARD
2019-08-22Merge remote-tracking branch 'remotes/berrange/tags/autofree-pull-request' in...Peter Maydell
2019-08-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-08-22crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé
2019-08-22glib: bump min required glib library version to 2.48Daniel P. Berrangé
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21module: return success on module loadMarc-André Lureau
2019-08-21Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz
2019-08-21spapr: Implement ibm,suspend-meNicholas Piggin
2019-08-21machine: Add wakeup method to MachineClassNicholas Piggin
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater
2019-08-21ppc/xive: Provide silent escalation supportCédric Le Goater
2019-08-21ppc/xive: Provide unconditional escalation supportCédric Le Goater
2019-08-21ppc/xive: use an abstract type for XiveNotifierCédric Le Goater
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth
2019-08-21spapr: Implement H_PRODNicholas Piggin
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk
2019-08-20replay: rename step-related variables and functionsPavel Dovgalyuk
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk
2019-08-20timer: last, remove last bits of lastDr. David Alan Gilbert
2019-08-20timer: Remove reset notifiersDr. David Alan Gilbert
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com
2019-08-20hw/i386/pc: Map into memory the initrdStefano Garzarella