index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
1
-0
/
+5
2023-09-11
vfio/migration: Refactor PRE_COPY and RUNNING state checks
Joao Martins
1
-0
/
+2
2023-09-11
qdev: Add qdev_add_vm_change_state_handler_full()
Avihai Horon
1
-0
/
+3
2023-09-11
sysemu: Add prepare callback to struct VMChangeStateEntry
Avihai Horon
1
-0
/
+4
2023-09-11
crypto: Add SM4 constant parameter CK
Max Chou
1
-0
/
+1
2023-09-11
crypto: Create sm4_subword
Max Chou
1
-0
/
+8
2023-09-11
target/riscv: Use existing lookup tables for MixColumns
Ard Biesheuvel
1
-0
/
+7
2023-09-08
arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Shameer Kolothum
1
-0
/
+1
2023-09-08
hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REG
Francisco Iglesias
1
-0
/
+69
2023-09-08
hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFR
Francisco Iglesias
1
-0
/
+16
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REG
Francisco Iglesias
1
-0
/
+17
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFRAME_REG
Francisco Iglesias
1
-0
/
+286
2023-09-08
hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFR
Francisco Iglesias
1
-0
/
+15
2023-09-08
hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDRO
Francisco Iglesias
1
-0
/
+12
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFU_APB
Francisco Iglesias
1
-0
/
+231
2023-09-08
hw/misc: Introduce the Xilinx CFI interface
Francisco Iglesias
1
-0
/
+59
2023-09-08
vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fn
Kevin Wolf
1
-3
/
+5
2023-09-08
block: Remove bdrv_query_block_node_info
Fabiano Rosas
1
-3
/
+0
2023-09-08
block: change reqs_lock to QemuMutex
Stefan Hajnoczi
1
-1
/
+1
2023-09-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
25
-31
/
+31
2023-09-08
Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into staging
Stefan Hajnoczi
4
-41
/
+55
2023-09-08
accel/tcg: Fix typo in translator_io_start() description
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-08
include/: spelling fixes
Michael Tokarev
23
-29
/
+29
2023-09-08
riscv: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
3
-39
/
+54
2023-09-07
nbd: drop unused nbd_receive_negotiate() aio_context argument
Stefan Hajnoczi
1
-2
/
+1
2023-09-07
hw/ufs: Support for UFS logical unit
Jeuk Kim
1
-0
/
+1
2023-09-07
hw/ufs: Initial commit for emulated Universal-Flash-Storage
Jeuk Kim
3
-0
/
+1092
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
4
-56
/
+4
2023-09-07
Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
4
-2
/
+26
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
1
-1
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
1
-1
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_get_apic_state() to x86 targets
Philippe Mathieu-Daudé
1
-3
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targets
Philippe Mathieu-Daudé
1
-5
/
+0
2023-09-06
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Stefan Hajnoczi
3
-14
/
+32
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2023-09-06
Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
4
-2
/
+17
2023-09-06
ppc/xive: Introduce a new XiveRouter end_notify() handler
Cédric Le Goater
1
-0
/
+2
2023-09-06
spapr: Fix record-replay machine reset consuming too many events
Nicholas Piggin
1
-0
/
+1
2023-09-06
spapr: Fix machine reset deadlock from replay-record
Nicholas Piggin
1
-0
/
+1
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
1
-1
/
+2
2023-09-06
host-utils: Add muldiv64_round_up
Nicholas Piggin
1
-1
/
+20
2023-09-04
ui/vc: change the argument for QemuTextConsole
Marc-André Lureau
1
-3
/
+3
2023-09-04
ui/vc: do not parse VC-specific options in Spice and GTK
Marc-André Lureau
1
-3
/
+0
2023-09-04
ui/vc: move text console invalidate in helper
Marc-André Lureau
1
-0
/
+1
2023-09-04
ui/console: use QEMU_PIXMAN_COLOR helpers
Marc-André Lureau
1
-0
/
+6
2023-09-04
ui/console: declare console types in console.h
Marc-André Lureau
1
-4
/
+21
2023-09-04
ui/console: specialize console_lookup_unused()
Marc-André Lureau
1
-1
/
+0
2023-09-01
softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
Michael Tokarev
1
-41
/
+0
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2
-2
/
+0
[prev]
[next]