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-11-07
hw/xen: do not repeatedly try to create a failing backend device
David Woodhouse
1
-0
/
+1
2023-11-07
hw/xen: add get_frontend_path() method to XenDeviceClass
David Woodhouse
1
-0
/
+2
2023-11-07
hw/xen: automatically assign device index to block devices
David Woodhouse
1
-1
/
+0
2023-11-07
include: update Xen public headers to Xen 4.17.2 release
David Woodhouse
28
-522
/
+123
2023-11-07
hw/cxl: Add tunneled command support to mailbox for switch cci.
Jonathan Cameron
1
-0
/
+9
2023-11-07
hw/cxl: Add support for device sanitation
Davidlohr Bueso
1
-0
/
+17
2023-11-07
hw/cxl/mbox: Wire up interrupts for background completion
Davidlohr Bueso
1
-0
/
+1
2023-11-07
hw/cxl/mbox: Add support for background operations
Davidlohr Bueso
1
-0
/
+10
2023-11-07
hw/cxl/mbox: Add Physical Switch Identify command.
Jonathan Cameron
1
-0
/
+6
2023-11-07
hw/cxl: Add a switch mailbox CCI function
Jonathan Cameron
3
-1
/
+18
2023-11-07
hw/pci-bridge/cxl_upstream: Move defintion of device to header.
Jonathan Cameron
1
-0
/
+18
2023-11-07
hw/cxl/mbox: Generalize the CCI command processing
Jonathan Cameron
1
-1
/
+4
2023-11-07
hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
Jonathan Cameron
1
-10
/
+25
2023-11-07
hw/cxl/mbox: Split mailbox command payload into separate input and output
Jonathan Cameron
1
-3
/
+4
2023-11-07
hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
Jonathan Cameron
1
-0
/
+13
2023-11-07
hw/cxl: Line length reductions
Jonathan Cameron
3
-4
/
+7
2023-11-07
hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
Jonathan Cameron
1
-3
/
+3
2023-11-07
virtio-sound: implement audio output (TX)
Manos Pitsidianakis
1
-0
/
+47
2023-11-07
virtio-sound: handle control messages and streams
Manos Pitsidianakis
1
-2
/
+111
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis
1
-0
/
+79
2023-11-07
vhost: Add high-level state save/load functions
Hanna Czenczek
1
-0
/
+35
2023-11-07
vhost-user: Interface for migration state transfer
Hanna Czenczek
3
-0
/
+103
2023-11-07
Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-7
/
+10
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
5
-627
/
+58
2023-11-06
include/hw/elf: Remove truncating signed casts
Richard Henderson
1
-7
/
+10
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
9
-28
/
+127
2023-11-07
Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/qemu into staging
Stefan Hajnoczi
3
-1
/
+447
2023-11-07
Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2/qemu into staging
Stefan Hajnoczi
1
-0
/
+1
2023-11-06
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
2
-3
/
+2
2023-11-06
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
Richard Henderson
2
-3
/
+2
2023-11-06
tcg: Move tcg_temp_free_* out of line
Richard Henderson
1
-24
/
+5
2023-11-06
tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line
Richard Henderson
3
-74
/
+15
2023-11-06
tcg: Move tcg_constant_* out of line
Richard Henderson
2
-26
/
+8
2023-11-06
tcg: Unexport tcg_gen_op*_{i32,i64}
Richard Henderson
1
-47
/
+0
2023-11-06
tcg: Move tcg_gen_opN declarations to tcg-internal.h
Richard Henderson
1
-7
/
+0
2023-11-06
tcg: Move vec_gen_* declarations to tcg-internal.h
Richard Henderson
1
-4
/
+0
2023-11-06
tcg: Move 64-bit expanders out of line
Richard Henderson
1
-139
/
+5
2023-11-06
tcg: Move 32-bit expanders out of line
Richard Henderson
1
-119
/
+21
2023-11-06
tcg: Move generic expanders out of line
Richard Henderson
1
-16
/
+3
2023-11-06
tcg: Move tcg_gen_op* out of line
Richard Henderson
1
-208
/
+44
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2
-4
/
+0
2023-11-06
Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
Maciej S. Szmigiero
1
-0
/
+18
2023-11-06
Add Hyper-V Dynamic Memory Protocol definitions
Maciej S. Szmigiero
1
-0
/
+423
2023-11-06
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
1
-5
/
+0
2023-11-06
vfio/spapr: Make vfio_spapr_create/remove_window static
Zhenzhong Duan
1
-6
/
+0
2023-11-06
vfio/container: Move spapr specific init/deinit into spapr.c
Zhenzhong Duan
1
-1
/
+3
2023-11-06
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
1
-7
/
+0
2023-11-06
hw/xen: select kernel mode for per-vCPU event channel upcall vector
David Woodhouse
1
-0
/
+1
2023-11-06
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Stefan Hajnoczi
1
-1
/
+2
2023-11-03
memory-device: Support empty memory devices
David Hildenbrand
1
-1
/
+6
[prev]
[next]