index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
i386
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: switch boards to "default y"
Paolo Bonzini
2024-05-03
1
-0
/
+1
*
Kconfig: kvm: allow building without any board
Paolo Bonzini
2024-05-03
1
-0
/
+2
*
target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
Ruihan Li
2024-05-03
1
-4
/
+10
*
target/i386/cpu: Remove "x86" prefix from the CPU list
Thomas Huth
2024-04-29
1
-1
/
+1
*
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
2
-3
/
+3
*
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-10
/
+11
*
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-11
/
+12
*
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-04-26
2
-3
/
+3
*
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
4
-102
/
+113
|
\
|
*
target/i386: Move APIC related code to cpu-apic.c
Philippe Mathieu-Daudé
2024-04-25
4
-102
/
+113
*
|
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
|
/
*
target/i386/translate.c: always write 32-bits for SGDT and SIDT
Mark Cave-Ayland
2024-04-23
1
-6
/
+8
*
target/i386/cpu: Merge the warning and error messages for AMD HT check
Zhao Liu
2024-04-23
1
-3
/
+3
*
target/i386/cpu: Consolidate the use of warn_report_once()
Zhao Liu
2024-04-23
1
-8
/
+5
*
target/i386/host-cpu: Consolidate the use of warn_report_once()
Zhao Liu
2024-04-23
1
-7
/
+4
*
hw/i386/sev: Use legacy SEV VM types for older machine types
Michael Roth
2024-04-23
1
-0
/
+1
*
i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
Michael Roth
2024-04-23
1
-1
/
+17
*
target/i386: SEV: use KVM_SEV_INIT2 if possible
Paolo Bonzini
2024-04-23
2
-4
/
+39
*
target/i386: Implement mc->kvm_type() to get VM type
Paolo Bonzini
2024-04-23
3
-0
/
+65
*
target/i386: introduce x86-confidential-guest
Paolo Bonzini
2024-04-23
4
-4
/
+77
*
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
2024-04-23
1
-5
/
+0
*
KVM: track whether guest state is encrypted
Paolo Bonzini
2024-04-23
1
-0
/
+1
*
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
2024-04-23
5
-93
/
+69
*
target/i386: Export RFDS bit to guests
Pawan Gupta
2024-04-23
1
-2
/
+2
*
target/i386: Add new CPU model SierraForest
Tao Su
2024-04-23
1
-0
/
+126
*
target/i386: Introduce Icelake-Server-v7 to enable TSX
Zhenzhong Duan
2024-04-23
1
-0
/
+10
*
i386/kvm: Move architectural CPUID leaf generation to separate helper
Sean Christopherson
2024-04-23
1
-206
/
+211
*
kvm: add support for guest physical bits
Gerd Hoffmann
2024-04-18
1
-8
/
+42
*
target/i386: add guest-phys-bits cpu property
Gerd Hoffmann
2024-04-18
2
-0
/
+30
*
target/i386: Preserve DisasContextBase.insn_start across rewind
Richard Henderson
2024-04-09
1
-0
/
+3
*
accel/hvf: Un-inline hvf_arch_supports_guest_debug()
Philippe Mathieu-Daudé
2024-04-02
1
-1
/
+1
*
target/i386/tcg: Enable page walking from MMIO memory
Gregory Price
2024-03-26
1
-27
/
+30
*
target/i386: Revert monitor_puts() in do_inject_x86_mce()
Tao Su
2024-03-20
1
-1
/
+1
*
target/i386: fix direction of "32-bit MMU" test
Paolo Bonzini
2024-03-18
2
-2
/
+2
*
Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2024-03-12
1
-9
/
+25
|
\
|
*
target: Improve error reporting for CpuModelInfo member @props
Markus Armbruster
2024-03-12
1
-5
/
+6
|
*
target/i386: Fix query-cpu-model-expansion to reject props
Markus Armbruster
2024-03-12
1
-8
/
+23
*
|
target/i386/hvf: Use CPUState typedef
Philippe Mathieu-Daudé
2024-03-12
7
-49
/
+52
*
|
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
1
-7
/
+7
*
|
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-12
2
-16
/
+8
*
|
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
2024-03-12
1
-1
/
+1
|
/
*
Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-03-09
1
-0
/
+1
|
\
|
*
target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-09
1
-0
/
+1
*
|
vmbus: Print a warning when enabled without the recommended set of features
Maciej S. Szmigiero
2024-03-08
4
-0
/
+18
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-02-28
5
-45
/
+92
|
\
|
*
target/i386: leave the A20 bit set in the final NPT walk
Paolo Bonzini
2024-02-28
1
-5
/
+7
|
*
target/i386: remove unnecessary/wrong application of the A20 mask
Paolo Bonzini
2024-02-28
1
-13
/
+8
|
*
target/i386: Fix physical address truncation
Paolo Bonzini
2024-02-28
3
-8
/
+12
|
*
target/i386: use separate MMU indexes for 32-bit accesses
Paolo Bonzini
2024-02-28
3
-15
/
+33
[next]