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
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
target/openrisc: Use cpu_unwind_state_data for mfspr
Richard Henderson
2022-11-01
target/openrisc: Always exit after mtspr npc
Richard Henderson
2022-11-01
target/i386: Use cpu_unwind_state_data for tpr access
Richard Henderson
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-11-01
tcg/tci: fix logic error when registering helpers via FFI
Icenowy Zheng
2022-11-01
tcg/sparc64: Remove sparc32plus constraints
Richard Henderson
2022-11-01
tcg/sparc64: Rename from tcg/sparc
Richard Henderson
2022-11-01
tcg/sparc: Remove support for sparc32plus
Richard Henderson
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
2022-10-31
Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into staging
Stefan Hajnoczi
2022-10-31
Merge tag 'mips-20221030' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2022-10-31
hw/mips/malta: Use bootloader helper to set BAR registers
Jiaxun Yang
2022-10-31
hw/mips: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
2022-10-31
hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register
Philippe Mathieu-Daudé
2022-10-31
hw/mips/boston: Don't set link_up for xilinx-pcie
Jiaxun Yang
2022-10-31
hw/isa/piix4: Move pci_ide_create_devs() call to board code
Bernhard Beschow
2022-10-31
hw/isa/piix4: Add missing initialization
Bernhard Beschow
2022-10-31
hw/isa/Kconfig: Fix dependencies of piix4 southbridge
Bernhard Beschow
2022-10-31
hw/mips/malta: Reuse dev variable
Bernhard Beschow
2022-10-31
hw/isa/piix3: Remove unused include
Bernhard Beschow
2022-10-31
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
2022-10-31
hw/isa/piix4: Rename wrongly named method
Bernhard Beschow
2022-10-31
hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
2022-10-31
hw/isa/piix3: Modernize reset handling
Bernhard Beschow
2022-10-31
hw/isa/piix3: Add size constraints to rcr_ops
Bernhard Beschow
2022-10-31
hw/isa/piix3: Remove extra ';' outside of functions
Bernhard Beschow
2022-10-31
hw/i386/pc: Create DMA controllers in south bridges
Bernhard Beschow
2022-10-31
disas/mips: Fix branch displacement for BEQZC and BNEZC
David Daney
2022-10-31
disas/nanomips: Rename nanomips.cpp to nanomips.c
Milica Lazarevic
2022-10-31
disas/nanomips: Remove argument passing by ref
Milica Lazarevic
2022-10-31
disas/nanomips: Replace Cpp enums for C enums
Milica Lazarevic
2022-10-31
disas/nanomips: Replace exception handling
Milica Lazarevic
2022-10-31
disas/nanomips: Expand Dis_info struct
Milica Lazarevic
2022-10-31
disas/nanomips: Remove function overloading
Milica Lazarevic
2022-10-31
disas/nanomips: Prevent memory leaking
Milica Lazarevic
2022-10-31
disas/nanomips: Remove CPR function
Milica Lazarevic
2022-10-31
disas/nanomips: Remove IMMEDIATE functions
Milica Lazarevic
2022-10-31
disas/nanomips: Replace std::string type
Milica Lazarevic
2022-10-31
disas/nanomips: Delete wrapper functions
Milica Lazarevic
2022-10-31
disas/nanomips: Delete copy functions
Milica Lazarevic
2022-10-31
disas/nanomips: Remove #include <sstream>
Milica Lazarevic
2022-10-31
disas/nanomips: Delete nanomips.h
Milica Lazarevic
2022-10-31
disas/nanomips: Move typedefs etc to nanomips.cpp
Milica Lazarevic
2022-10-31
disas/nanomips: Remove NMD class
Milica Lazarevic
2022-10-31
disas/nanomips: Remove Pool tables from the class
Milica Lazarevic
2022-10-31
disas/nanomips: Remove disasm methods from class
Milica Lazarevic
2022-10-31
disas/nanomips: Remove __cond methods from class
Milica Lazarevic
2022-10-31
disas/nanomips: Remove helper methods from class
Milica Lazarevic
2022-10-31
disas/nanomips: Delete NMD class second field
Milica Lazarevic
[next]