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
*
Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-13
22
-134
/
+544
|
\
|
*
tests/unit/test-image-locking: Fix handling of temporary files
Thomas Huth
2022-10-12
1
-2
/
+4
|
*
tests/qtest: libqtest: Install signal handler via signal()
Bin Meng
2022-10-12
1
-11
/
+3
|
*
tests/qtest: migration-test: Avoid using hardcoded /tmp
Bin Meng
2022-10-12
1
-4
/
+6
|
*
qtest: start a VNC test
Marc-André Lureau
2022-10-12
2
-1
/
+110
|
*
tests/avocado: Add missing require_netdev('user') checks
Peter Maydell
2022-10-11
3
-0
/
+8
|
*
tests/x86: Add 'q35' machine type to ivshmem-test
Michael Labiuk
2022-10-11
1
-0
/
+18
|
*
tests/x86: Add 'q35' machine type to drive_del-test
Michael Labiuk
2022-10-11
1
-0
/
+107
|
*
tests/x86: replace snprint() by g_strdup_printf() in drive_del-test
Michael Labiuk
2022-10-11
1
-6
/
+4
|
*
tests/x86: Fix comment typo in drive_del-test
Michael Labiuk
2022-10-11
1
-1
/
+1
|
*
tests/x86: Add 'q35' machine type to hotplug hd-geo-test
Michael Labiuk
2022-10-11
1
-1
/
+75
|
*
tests/x86: Add 'q35' machine type to override-tests in hd-geo-test
Michael Labiuk
2022-10-11
1
-0
/
+97
|
*
tests/x86: Refactor hot unplug hd-geo-test
Michael Labiuk
2022-10-11
1
-70
/
+40
|
*
tests/x86: Add subtest with 'q35' machine type to device-plug-test
Michael Labiuk
2022-10-11
1
-0
/
+41
|
*
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
2022-10-11
5
-31
/
+24
|
*
tests/migration: remove the unused local variable
dinglimin
2022-10-11
1
-1
/
+0
|
*
qtest: "-display none" is set in qtest_init()
Juan Quintela
2022-10-11
7
-11
/
+11
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-13
24
-565
/
+1104
|
\
\
|
*
|
linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate
Paolo Bonzini
2022-10-11
4
-46
/
+142
|
*
|
linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation
Paolo Bonzini
2022-10-11
1
-51
/
+76
|
*
|
linux-user: i386/signal: move fpstate at the end of the 32-bit frames
Paolo Bonzini
2022-10-11
1
-2
/
+9
|
*
|
KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-10-11
1
-0
/
+21
|
*
|
i386: kvm: Add support for MSR filtering
Alexander Graf
2022-10-11
2
-0
/
+134
|
*
|
x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-10-11
1
-0
/
+5
|
*
|
target/i386: Enable TARGET_TB_PCREL
Richard Henderson
2022-10-11
3
-29
/
+113
|
*
|
target/i386: Inline gen_jmp_im
Richard Henderson
2022-10-11
1
-10
/
+5
|
*
|
target/i386: Add cpu_eip
Richard Henderson
2022-10-11
1
-2
/
+11
|
*
|
target/i386: Create eip_cur_tl
Richard Henderson
2022-10-11
1
-1
/
+6
|
*
|
target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
Richard Henderson
2022-10-11
1
-33
/
+17
|
*
|
target/i386: Remove MemOp argument to gen_op_j*_ecx
Richard Henderson
2022-10-11
1
-15
/
+16
|
*
|
target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
Richard Henderson
2022-10-11
1
-0
/
+3
|
*
|
target/i386: Use gen_jmp_rel for gen_jcc
Richard Henderson
2022-10-11
1
-39
/
+18
|
*
|
target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
Richard Henderson
2022-10-11
1
-21
/
+15
|
*
|
target/i386: Create gen_jmp_rel
Richard Henderson
2022-10-11
1
-29
/
+29
|
*
|
target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
Richard Henderson
2022-10-11
1
-32
/
+10
|
*
|
target/i386: Create eip_next_*
Richard Henderson
2022-10-11
1
-21
/
+34
|
*
|
target/i386: Truncate values for lcall_real to i32
Richard Henderson
2022-10-11
3
-6
/
+5
|
*
|
target/i386: Introduce DISAS_JUMP
Richard Henderson
2022-10-11
1
-11
/
+13
|
*
|
target/i386: Remove cur_eip, next_eip arguments to gen_repz*
Richard Henderson
2022-10-11
1
-61
/
+59
|
*
|
target/i386: Create cur_insn_len, cur_insn_len_i32
Richard Henderson
2022-10-11
1
-12
/
+19
|
*
|
target/i386: USe DISAS_EOB_ONLY
Richard Henderson
2022-10-11
1
-6
/
+6
|
*
|
target/i386: Use DISAS_EOB_NEXT
Richard Henderson
2022-10-11
1
-27
/
+13
|
*
|
target/i386: Use DISAS_EOB* in gen_movl_seg_T0
Richard Henderson
2022-10-11
1
-31
/
+5
|
*
|
target/i386: Introduce DISAS_EOB*
Richard Henderson
2022-10-11
1
-2
/
+21
|
*
|
target/i386: Create gen_update_eip_next
Richard Henderson
2022-10-11
1
-20
/
+25
|
*
|
target/i386: Create gen_update_eip_cur
Richard Henderson
2022-10-11
1
-24
/
+28
|
*
|
target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
Richard Henderson
2022-10-11
1
-7
/
+6
|
*
|
target/i386: Remove cur_eip argument to gen_exception
Richard Henderson
2022-10-11
1
-13
/
+13
|
*
|
target/i386: Return bool from disas_insn
Richard Henderson
2022-10-11
1
-22
/
+24
|
*
|
target/i386: Remove pc_start
Richard Henderson
2022-10-11
1
-54
/
+60
[next]