aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand
2019-09-03tcg: Enforce single page access in probe_write()David Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand
2019-09-03tcg: Check for watchpoints in probe_write()David Hildenbrand
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03cputlb: Remove double-alignment in store_helperRichard Henderson
2019-09-03cputlb: Fix size operand for tlb_fill on unaligned storeRichard 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-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03exec: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03cputlb: Access MemoryRegion with MemOpTony Nguyen
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen
2019-09-03target/mips: 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/kraxel/tags/audio-20190828-pull-request...Peter Maydell
2019-09-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2019-09-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán
2019-08-27tests: fix modules-test with no default machineMarc-André Lureau
2019-08-27build-sys: build ui-spice-app as a moduleMarc-André Lureau
2019-08-27Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into st...Peter Maydell
2019-08-27trace: Clarify DTrace/SystemTap help messagePhilippe Mathieu-Daudé
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy
2019-08-27block/qcow2: refactor qcow2_co_preadv to use buffer-based ioVladimir Sementsov-Ogievskiy
2019-08-27block/io: introduce bdrv_co_p{read, write}v_partVladimir Sementsov-Ogievskiy
2019-08-27block/io: bdrv_aligned_pwritev: use and support qiov_offsetVladimir Sementsov-Ogievskiy