index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
hvf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-31
target/i386/hvf: fix handling of XSAVE-related CPUID bits
Paolo Bonzini
1
-21
/
+31
2024-09-13
hvf: Split up hv_vm_create logic per arch
Danny Canter
1
-0
/
+5
2024-07-02
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
1
-22
/
+1
2024-06-08
i386/hvf: Updates API usage to use modern vCPU run function
Phil Dennis-Jordan
1
-1
/
+22
2024-06-08
i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
Phil Dennis-Jordan
1
-0
/
+1
2024-06-08
i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change
Phil Dennis-Jordan
1
-2
/
+3
2024-06-08
i386/hvf: Fixes some compilation warnings
Phil Dennis-Jordan
3
-5
/
+4
2024-06-08
i386/hvf: Adds support for INVTSC cpuid bit
Phil Dennis-Jordan
2
-0
/
+22
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2
-3
/
+3
2024-04-02
accel/hvf: Un-inline hvf_arch_supports_guest_debug()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-12
target/i386/hvf: Use CPUState typedef
Philippe Mathieu-Daudé
7
-49
/
+52
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
1
-1
/
+1
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2
-4
/
+4
2023-11-07
target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
Philippe Mathieu-Daudé
1
-9
/
+9
2023-11-07
target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
Philippe Mathieu-Daudé
1
-46
/
+46
2023-11-07
target/i386/hvf: Use CPUState typedef
Philippe Mathieu-Daudé
1
-3
/
+3
2023-11-07
target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
Philippe Mathieu-Daudé
3
-15
/
+14
2023-11-07
target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-07
sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
Philippe Mathieu-Daudé
3
-0
/
+4
2023-10-07
target/i386/hvf: Remove unused includes in 'hvf-i386.h'
Philippe Mathieu-Daudé
1
-6
/
+0
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-24
sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-2
/
+2
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
8
-233
/
+233
2023-06-28
accel: Rename 'cpu_state' -> 'cs'
Philippe Mathieu-Daudé
2
-195
/
+195
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-06
hvf: add guest debugging handlers for Apple Silicon hosts
Francesco Cagnin
1
-0
/
+9
2023-06-06
hvf: add breakpoint handlers
Francesco Cagnin
1
-0
/
+24
2023-02-27
target/i386: Remove NEED_CPU_H guard from target-specific headers
Philippe Mathieu-Daudé
1
-4
/
+0
2022-07-13
hvf: Enable RDTSCP support
Cameron Esfahani
3
-13
/
+23
2022-06-08
Fix 'writeable' typos
Peter Maydell
2
-2
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
10
-10
/
+0
2022-03-15
hvf: Remove deprecated hv_vcpu_flush() calls
Philippe Mathieu-Daudé
3
-5
/
+0
2022-03-15
hvf: Make hvf_get_segments() / hvf_put_segments() local
Philippe Mathieu-Daudé
2
-4
/
+2
2022-03-15
hvf: Use standard CR0 and CR4 register definitions
Cameron Esfahani
5
-47
/
+15
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
1
-0
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-06
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
2
-66
/
+66
2021-09-20
hvf: Add Apple Silicon support
Alexander Graf
1
-0
/
+6
2021-09-20
hvf: Introduce hvf_arch_init() callback
Alexander Graf
1
-0
/
+5
2021-07-06
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2
-0
/
+35
2021-07-06
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
2
-12
/
+10
2021-06-03
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
1
-1
/
+4
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
8
-234
/
+236
2021-06-03
hvf: Remove hvf-accel-ops.h
Alexander Graf
1
-2
/
+0
2021-06-03
hvf: Use cpu_synchronize_state()
Alexander Graf
1
-5
/
+4
2021-06-03
hvf: Split out common code on vcpu init and destroy
Alexander Graf
1
-21
/
+2
2021-06-03
hvf: Move hvf internal definitions into common header
Alexander Graf
1
-30
/
+1
2021-06-03
hvf: Move cpu functions into common directory
Alexander Graf
3
-306
/
+0
2021-06-03
hvf: Move vcpu thread functions into common directory
Alexander Graf
4
-171
/
+1
2021-06-03
hvf: Move assert_hvf_ok() into common directory
Alexander Graf
1
-32
/
+1
[next]