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
2023-03-07
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
2023-03-07
include: split target_long definition from cpu-defs
Alex Bennée
2023-03-07
testing: probe gdb for supported architectures ahead of time
Alex Bennée
2023-03-07
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
gdbstub: don't use target_ulong while handling registers
Alex Bennée
2023-03-07
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
2023-03-07
gdbstub: specialise stub_can_reverse
Alex Bennée
2023-03-07
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
2023-03-07
gdbstub: specialise target_memory_rw_debug
Alex Bennée
2023-03-07
gdbstub: specialise handle_query_attached
Alex Bennée
2023-03-07
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
2023-03-07
gdbstub: rationalise signal mapping in softmmu
Alex Bennée
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
2023-03-07
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2023-03-07
gdbstub: move fromhex/tohex routines to internals
Alex Bennée
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
gdbstub: move GDBState to shared internals header
Alex Bennée
2023-03-07
gdbstub: define separate user/system structures
Alex Bennée
2023-03-07
gdbstub: clean-up indent on gdb_exit
Alex Bennée
2023-03-07
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
2023-03-07
gdbstub: fix-up copyright and license files
Alex Bennée
2023-03-07
gdbstub/internals.h: clean up include guard
Alex Bennée
2023-03-07
Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
2023-03-07
Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2023-03-07
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
2023-03-07
Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...
Peter Maydell
2023-03-06
MAINTAINERS: Add entry for RISC-V ACPI
Sunil V L
2023-03-06
hw/riscv/virt.c: Initialize the ACPI tables
Sunil V L
2023-03-06
hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
Sunil V L
2023-03-06
hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
Sunil V L
2023-03-06
hw/riscv/virt: Enable basic ACPI infrastructure
Sunil V L
2023-03-06
hw/riscv/virt: Add memmap pointer to RiscVVirtState
Sunil V L
2023-03-06
hw/riscv/virt: Add a switch to disable ACPI
Sunil V L
2023-03-06
hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
Sunil V L
2023-03-06
riscv: Correctly set the device-tree entry 'mmu-type'
Alexandre Ghiti
2023-03-06
riscv: Introduce satp mode hw capabilities
Alexandre Ghiti
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
2023-03-06
riscv: Change type of valid_vm_1_10_[32|64] to bool
Alexandre Ghiti
2023-03-06
riscv: Pass Object to register_cpu_props instead of DeviceState
Alexandre Ghiti
2023-03-06
hw: arm: allwinner-h3: Fix and complete H3 i2c devices
qianfan Zhao
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
Niklas Cassel
2023-03-06
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
2023-03-06
hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
qianfan Zhao
2023-03-06
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel
[next]