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
*
hw/tpm: Clean includes
Philippe Mathieu-Daudé
2022-02-21
3
-4
/
+5
*
scripts: Remove the old switch-timer-api script
Thomas Huth
2022-02-21
1
-178
/
+0
*
tests/qtest: failover: migration abort test with failover off
Laurent Vivier
2022-02-21
1
-0
/
+180
*
tests/qtest: failover: test migration if the guest doesn't support failover
Laurent Vivier
2022-02-21
1
-0
/
+142
*
tests/qtest: failover: check migration with failover off
Laurent Vivier
2022-02-21
1
-0
/
+133
*
tests/qtest: failover: check missing guest feature
Laurent Vivier
2022-02-21
1
-0
/
+33
*
tests/qtest: failover: check the feature is correctly provided
Laurent Vivier
2022-02-21
1
-53
/
+86
*
tests/qtest: failover: use a macro for check_one_card()
Laurent Vivier
2022-02-21
1
-26
/
+21
*
tests/qtest: failover: clean up pathname of tests
Laurent Vivier
2022-02-21
1
-8
/
+13
*
tests/qtest/ide-test: Remove bad retry_isa test
Thomas Huth
2022-02-21
1
-12
/
+1
*
tests/qtest/vhost-user-test.c: Use vhostforce=on
Eric Auger
2022-02-21
1
-1
/
+1
*
erst: drop cast to long long
Michael S. Tsirkin
2022-02-21
1
-1
/
+1
*
tests/x86: Use 'pc' machine type for hotplug tests
Dr. David Alan Gilbert
2022-02-21
4
-10
/
+56
*
tests/x86: Use 'pc' machine type for old hardware tests
Dr. David Alan Gilbert
2022-02-21
4
-6
/
+13
*
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...
Peter Maydell
2022-02-20
22
-1334
/
+2132
|
\
|
*
target/ppc: Move common SPR functions out of cpu_init
Fabiano Rosas
2022-02-18
3
-400
/
+403
|
*
target/ppc: cpu_init: Move check_pow and QOM macros to a header
Fabiano Rosas
2022-02-18
2
-37
/
+39
|
*
target/ppc: cpu_init: Move SPR registration macros to a header
Fabiano Rosas
2022-02-18
2
-56
/
+65
|
*
target/ppc: cpu_init: Expose some SPR registration helpers
Fabiano Rosas
2022-02-18
2
-7
/
+15
|
*
target/ppc: Rename spr_tcg.h to spr_common.h
Fabiano Rosas
2022-02-18
3
-4
/
+4
|
*
target/ppc: cpu_init: Remove register_usprg3_sprs
Fabiano Rosas
2022-02-18
1
-10
/
+11
|
*
target/ppc: cpu_init: Rename register_ne_601_sprs
Fabiano Rosas
2022-02-18
1
-21
/
+20
|
*
target/ppc: cpu_init: Reuse init_proc_745 for the 755
Fabiano Rosas
2022-02-18
1
-17
/
+1
|
*
target/ppc: cpu_init: Reuse init_proc_604 for the 604e
Fabiano Rosas
2022-02-18
1
-11
/
+1
|
*
target/ppc: cpu_init: Reuse init_proc_603 for the e300
Fabiano Rosas
2022-02-18
1
-58
/
+46
|
*
target/ppc: cpu_init: Move 604e SPR registration into a function
Fabiano Rosas
2022-02-18
1
-19
/
+24
|
*
target/ppc: cpu_init: Move e300 SPR registration into a function
Fabiano Rosas
2022-02-18
1
-29
/
+35
|
*
target/ppc: cpu_init: Move 755 L2 cache SPRs into a function
Fabiano Rosas
2022-02-18
1
-9
/
+15
|
*
target/ppc: cpu_init: Deduplicate 7xx SPR registration
Fabiano Rosas
2022-02-18
1
-57
/
+11
|
*
target/ppc: cpu_init: Deduplicate 745/755 SPR registration
Fabiano Rosas
2022-02-18
1
-31
/
+19
|
*
target/ppc: cpu_init: Deduplicate 604 SPR registration
Fabiano Rosas
2022-02-18
1
-10
/
+7
|
*
target/ppc: cpu_init: Deduplicate 603 SPR registration
Fabiano Rosas
2022-02-18
1
-19
/
+9
|
*
target/ppc: cpu_init: Deduplicate 440 SPR registration
Fabiano Rosas
2022-02-18
1
-74
/
+26
|
*
target/ppc: cpu_init: Decouple 74xx SPR registration from 7xx
Fabiano Rosas
2022-02-18
1
-16
/
+91
|
*
target/ppc: cpu_init: Decouple G2 SPR registration from 755
Fabiano Rosas
2022-02-18
1
-5
/
+20
|
*
target/ppc: cpu_init: Move G2 SPRs into register_G2_sprs
Fabiano Rosas
2022-02-18
1
-19
/
+22
|
*
target/ppc: cpu_init: Move 405 SPRs into register_405_sprs
Fabiano Rosas
2022-02-18
1
-11
/
+13
|
*
target/ppc: cpu_init: Avoid nested SPR register functions
Fabiano Rosas
2022-02-18
1
-3
/
+3
|
*
target/ppc: cpu_init: Move Timebase registration into the common function
Fabiano Rosas
2022-02-18
1
-80
/
+18
|
*
target/ppc: cpu_init: Group registration of generic SPRs
Fabiano Rosas
2022-02-18
1
-26
/
+32
|
*
target/ppc: cpu_init: Remove G2LE init code
Fabiano Rosas
2022-02-18
1
-41
/
+1
|
*
target/ppc: cpu_init: Remove not implemented comments
Fabiano Rosas
2022-02-18
1
-329
/
+253
|
*
spapr: implement nested-hv capability for the virtual hypervisor
Nicholas Piggin
2022-02-18
5
-11
/
+452
|
*
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
2022-02-18
5
-13
/
+81
|
*
target/ppc: Add powerpc_reset_excp_state helper
Nicholas Piggin
2022-02-18
1
-20
/
+22
|
*
target/ppc: add helper for books vhyp hypercall handler
Nicholas Piggin
2022-02-18
1
-1
/
+13
|
*
target/ppc: make vhyp get_pate method take lpid and return success
Nicholas Piggin
2022-02-18
3
-3
/
+15
|
*
target/ppc: add vhyp addressing mode helper for radix MMU
Nicholas Piggin
2022-02-18
1
-4
/
+15
|
*
ppc: allow the hdecr timer to be created/destroyed
Nicholas Piggin
2022-02-18
2
-0
/
+24
|
*
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
2022-02-18
2
-4
/
+4
[next]