index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
Matheus Ferst
2022-10-28
1
-29
/
+7
|
*
|
|
|
target/ppc: create an interrupt masking method for POWER9/POWER10
Matheus Ferst
2022-10-28
1
-0
/
+113
|
*
|
|
|
target/ppc: prepare to split interrupt masking and delivery by excp_model
Matheus Ferst
2022-10-28
1
-2
/
+18
|
*
|
|
|
target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst
2022-10-28
1
-76
/
+125
|
*
|
|
|
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
2022-10-28
2
-17
/
+9
|
*
|
|
|
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-10-28
6
-94
/
+94
|
*
|
|
|
target/ppc: Use gvec to decode XVTSTDC[DS]P
Lucas Mateus Castro (alqotel)
2022-10-28
1
-10
/
+157
|
*
|
|
|
target/ppc: Moved XSTSTDC[QDS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-90
/
+60
|
*
|
|
|
target/ppc: Moved XVTSTDC[DS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-14
/
+70
|
*
|
|
|
target/ppc: Use gvec to decode XVCPSGN[SD]P
Lucas Mateus Castro (alqotel)
2022-10-28
3
-59
/
+55
|
*
|
|
|
target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
Lucas Mateus Castro (alqotel)
2022-10-28
3
-12
/
+76
|
*
|
|
|
target/ppc: Move VABSDU[BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-17
/
+60
|
*
|
|
|
target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-41
/
+127
|
*
|
|
|
target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-33
/
+71
|
*
|
|
|
target/ppc: Move VNEG[WD] to decodtree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-18
/
+16
|
*
|
|
|
target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-26
/
+60
|
*
|
|
|
target/ppc: Move VMH[R]ADDSHS instruction to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-7
/
+9
|
*
|
|
|
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-21
/
+35
|
*
|
|
|
target/ppc: move msgsync to decodetree
Matheus Ferst
2022-10-28
3
-14
/
+10
|
*
|
|
|
target/ppc: move msgclrp/msgsndp to decodetree
Matheus Ferst
2022-10-28
3
-26
/
+28
|
*
|
|
|
target/ppc: move msgclr/msgsnd to decodetree
Matheus Ferst
2022-10-28
3
-32
/
+77
|
*
|
|
|
target/ppc: fix REQUIRE_HV macro definition
Matheus Ferst
2022-10-28
1
-6
/
+6
|
*
|
|
|
target/ppc: fix msgsync insns flags
Matheus Ferst
2022-10-28
1
-1
/
+1
|
*
|
|
|
target/ppc: fix msgclr/msgsnd insns flags
Matheus Ferst
2022-10-28
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-31
48
-1416
/
+1666
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...
Bin Meng
2022-10-28
1
-1
/
+10
|
*
|
|
tests/qtest: libqos: Do not build virtio-9p unconditionally
Bin Meng
2022-10-28
1
-2
/
+4
|
*
|
|
tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...
Xuzhou Cheng
2022-10-28
1
-0
/
+4
|
*
|
|
tests/qtest: libqtest: Introduce qtest_wait_qemu()
Bin Meng
2022-10-28
2
-25
/
+47
|
*
|
|
tests/qtest: Use EXIT_FAILURE instead of magic number
Bin Meng
2022-10-28
2
-3
/
+3
|
*
|
|
tests/qtest: device-plug-test: Reverse the usage of double/single quotes
Bin Meng
2022-10-28
1
-8
/
+8
|
*
|
|
tests/qtest: Support libqtest to build and run on Windows
Bin Meng
2022-10-28
1
-2
/
+94
|
*
|
|
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-28
4
-4
/
+41
|
*
|
|
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-28
5
-9
/
+20
|
*
|
|
tests: Add sndio to the FreeBSD CI containers / VM
Brad Smith
2022-10-28
19
-1274
/
+1290
|
*
|
|
tests/vm: update openbsd to release 7.2
Brad Smith
2022-10-28
1
-2
/
+5
|
*
|
|
tests/qtest/libqos/e1000e: Use e1000_regs.h
Akihiko Odaki
2022-10-28
2
-75
/
+45
|
*
|
|
tests/qtest/cxl-test: Remove temporary directories after testing
Thomas Huth
2022-10-28
1
-0
/
+3
|
*
|
|
tests/qtest/tpm: Clean up remainders of swtpm
Thomas Huth
2022-10-28
5
-9
/
+26
|
*
|
|
MAINTAINERS: target/s390x/: add Ilya as reviewer
Christian Borntraeger
2022-10-28
1
-0
/
+1
|
*
|
|
tests/tcg/s390x: Add a test for the vistr instruction
Thomas Huth
2022-10-28
2
-0
/
+49
|
*
|
|
target/s390x: Fix emulation of the VISTR instruction
Thomas Huth
2022-10-27
1
-1
/
+1
|
*
|
|
tests/tcg/s390x: Test compiler flags only once, not every time
Thomas Huth
2022-10-27
1
-10
/
+17
|
*
|
|
s390x/tod-kvm: don't save/restore the TOD in PV guests
Nico Boehr
2022-10-27
1
-0
/
+9
|
*
|
|
s390x: step down as general arch maintainer
Cornelia Huck
2022-10-27
1
-2
/
+0
|
*
|
|
s390x/pv: remove semicolon from macro definition
Claudio Imbrenda
2022-10-27
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
17
-31
/
+642
|
\
\
\
|
*
|
|
vl: Allow ThreadContext objects to be created before the sandbox option
David Hildenbrand
2022-10-27
1
-4
/
+32
|
*
|
|
hostmem: Allow for specifying a ThreadContext for preallocation
David Hildenbrand
2022-10-27
3
-3
/
+15
|
*
|
|
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
5
-11
/
+22
[prev]
[next]