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
2018-05-09
target/mips: convert to TranslatorOps
Emilio G. Cota
2018-05-09
target/mips: use *ctx for DisasContext
Emilio G. Cota
2018-05-09
target/mips: convert to DisasContextBase
Emilio G. Cota
2018-05-09
target/mips: convert to DisasJumpType
Emilio G. Cota
2018-05-09
target/mips: use lookup_and_goto_ptr on BS_STOP
Emilio G. Cota
2018-05-09
target/sparc: convert to TranslatorOps
Emilio G. Cota
2018-05-09
target/sparc: convert to DisasContextBase
Emilio G. Cota
2018-05-09
target/sparc: convert to DisasJumpType
Emilio G. Cota
2018-05-09
target/sh4: convert to TranslatorOps
Emilio G. Cota
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
target/mips: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/s390x: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/arm: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/microblaze: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/tilegx: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/unicore32: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/xtensa: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/lm32: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/cris: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
target/riscv: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-08
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2018-05-08
sheepdog: Fix sd_co_create_opts() memory leaks
Kevin Wolf
2018-05-08
iotests: Add test for cancelling a mirror job
Max Reitz
2018-05-08
block/mirror: Make cancel always cancel pre-READY
Max Reitz
2018-05-08
block/mirror: honor ratelimit again
Stefan Hajnoczi
2018-05-08
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2018-05-08
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...
Peter Maydell
2018-05-08
Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...
Peter Maydell
2018-05-08
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...
Peter Maydell
2018-05-08
ppc: e500: use g_strdup_printf() instead of snprintf()
Greg Kurz
2018-05-07
scripts/device-crash-test: Removed fixed CAN entries
Thomas Huth
2018-05-07
vl: allow 'maxmem' without 'slot'
David Hildenbrand
2018-05-07
spapr: rename "hotplug memory" terminology to "device memory"
David Hildenbrand
2018-05-07
pc: rename "hotplug memory" terminology to "device memory"
David Hildenbrand
2018-05-07
machine: rename MemoryHotplugState to DeviceMemoryState
David Hildenbrand
2018-05-07
pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out capacity and slot checks into MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out address search into MemoryDevice code
David Hildenbrand
2018-05-07
pc-dimm: pass in the machine and to the MemoryHotplugState
David Hildenbrand
2018-05-07
pc-dimm: no need to pass the memory region
David Hildenbrand
2018-05-07
machine: make MemoryHotplugState accessible via the machine
David Hildenbrand
2018-05-07
pc-dimm: factor out MemoryDevice interface
David Hildenbrand
2018-05-07
qxl: fix local renderer crash
Gerd Hoffmann
2018-05-07
usb-host: skip open on pending postload bh
Gerd Hoffmann
2018-05-07
usb-mtp: Unconditionally check for the readonly bit
Bandan Das
2018-05-07
usb-mtp: Add some NULL checks for issues pointed out by coverity
Bandan Das
2018-05-06
RISC-V: Mark ROM read-only after copying in code
Michael Clark
2018-05-06
RISC-V: No traps on writes to misa,minstret,mcycle
Michael Clark
2018-05-06
RISC-V: Make mtvec/stvec ignore vectored traps
Michael Clark
2018-05-06
RISC-V: Add mcycle/minstret support for -icount auto
Michael Clark
[next]