index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-03
tcg: Factor out probe_write() logic into probe_access()
David Hildenbrand
2019-09-03
tcg: Make probe_write() return a pointer to the host page
David Hildenbrand
2019-09-03
s390x/tcg: Pass a size to probe_write() in do_csst()
David Hildenbrand
2019-09-03
hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY
David Hildenbrand
2019-09-03
mips/tcg: Call probe_write() for CONFIG_USER_ONLY as well
David Hildenbrand
2019-09-03
tcg: Enforce single page access in probe_write()
David Hildenbrand
2019-09-03
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
2019-09-03
s390x/tcg: Fix length calculation in probe_write_access()
David Hildenbrand
2019-09-03
s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()
David Hildenbrand
2019-09-03
tcg: Check for watchpoints in probe_write()
David Hildenbrand
2019-09-03
cputlb: Handle watchpoints via TLB_WATCHPOINT
Richard Henderson
2019-09-03
cputlb: Remove double-alignment in store_helper
Richard Henderson
2019-09-03
cputlb: Fix size operand for tlb_fill on unaligned store
Richard Henderson
2019-09-03
exec: Factor out cpu_watchpoint_address_matches
Richard Henderson
2019-09-03
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
Richard Henderson
2019-09-03
exec: Factor out core logic of check_watchpoint()
David Hildenbrand
2019-09-03
exec: Move user-only watchpoint stubs inline
Richard Henderson
2019-09-03
target/sparc: sun4u Invert Endian TTE bit
Tony Nguyen
2019-09-03
target/sparc: Add TLB entry with attributes
Tony Nguyen
2019-09-03
cputlb: Byte swap memory transaction attribute
Tony Nguyen
2019-09-03
memory: Single byte swap along the I/O path
Tony Nguyen
2019-09-03
cputlb: Replace size and endian operands for MemOp
Tony Nguyen
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
exec: Hard code size with MO_{8|16|32|64}
Tony Nguyen
2019-09-03
target/mips: Hard code size with MO_{8|16|32|64}
Tony Nguyen
2019-09-03
hw/s390x: Hard code size with MO_{8|16|32|64}
Tony Nguyen
2019-09-03
memory: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
cputlb: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
exec: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
hw/vfio: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
hw/virtio: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
hw/intc/armv7m_nic: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
hw/s390x: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
target/mips: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
memory: Introduce size_memop
Tony Nguyen
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-09-03
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190828-pull-request...
Peter Maydell
2019-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2019-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-08-28
audio: omitting audiodev= parameter is only deprecated
Kővágó, Zoltán
2019-08-28
audio: fix invalid malloc size in audio_create_pdos
Kővágó, Zoltán
2019-08-27
tests: fix modules-test with no default machine
Marc-André Lureau
2019-08-27
build-sys: build ui-spice-app as a module
Marc-André Lureau
2019-08-27
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into st...
Peter Maydell
2019-08-27
trace: Clarify DTrace/SystemTap help message
Philippe Mathieu-Daudé
2019-08-27
block/qcow2: implement .bdrv_co_pwritev(_compressed)_part
Vladimir Sementsov-Ogievskiy
2019-08-27
block/qcow2: implement .bdrv_co_preadv_part
Vladimir Sementsov-Ogievskiy
2019-08-27
block/qcow2: refactor qcow2_co_preadv to use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-08-27
block/io: introduce bdrv_co_p{read, write}v_part
Vladimir Sementsov-Ogievskiy
2019-08-27
block/io: bdrv_aligned_pwritev: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
[next]