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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-2
/
+2
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2
-4
/
+1
2018-02-13
hax: Support guest RAM sizes of 4GB or more
Yu Ning
8
-25
/
+88
2018-02-10
Drop unneeded system header includes
Eric Blake
2
-3
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2
-0
/
+3
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-1
/
+2
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Clean up includes
Markus Armbruster
2
-4
/
+0
2018-02-09
Use #include "..." for our own headers, <...> for others
Markus Armbruster
5
-8
/
+2
2018-02-07
Add the WHPX acceleration enlightenments
Justin Terry (VM)
1
-1
/
+1
2018-02-07
Introduce the WHPX impl
Justin Terry (VM)
2
-0
/
+1367
2018-02-05
hvf: ept_emulation_fault() needs NetApp BSD attribution
Paolo Bonzini
1
-0
/
+24
2018-02-05
Add missing hvdos public domain attribution:
Izik Eidus
2
-0
/
+6
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-4
/
+4
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
3
-6
/
+6
2018-01-17
i386: Add EPYC-IBPB CPU model
Eduardo Habkost
1
-0
/
+46
2018-01-17
i386: Add new -IBRS versions of Intel CPU models
Eduardo Habkost
1
-1
/
+378
2018-01-17
i386: Add FEAT_8000_0008_EBX CPUID feature word
Eduardo Habkost
2
-1
/
+21
2018-01-17
i386: Add spec-ctrl CPUID bit
Eduardo Habkost
2
-1
/
+2
2018-01-17
i386: Add support for SPEC_CTRL MSR
Paolo Bonzini
3
-0
/
+37
2018-01-17
i386: Change X86CPUDefinition::model_id to const char*
Eduardo Habkost
1
-1
/
+8
2018-01-17
target/i386: add clflushopt to "Skylake-Server" cpu model
Haozhong Zhang
1
-1
/
+1
2018-01-16
irq: fix memory leak
linzhecheng
1
-0
/
+1
2018-01-16
target-i386: update hflags on Hypervisor.framework
Paolo Bonzini
1
-1
/
+1
2018-01-16
target/i386: hax: Move x86_update_hflags.
Tao Wu
1
-3
/
+1
2018-01-16
target/i386: hax: change to use x86_update_hflags
Tao Wu
1
-51
/
+1
2018-01-16
target/i386: move hflags update code to a function
Tao Wu
3
-39
/
+45
2018-01-12
i386/cpu/kvm: look at PMU's CPUID before setting MSRs
Jan Dakinevich
1
-32
/
+48
2018-01-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into staging
Peter Maydell
2
-10
/
+7
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-7
/
+6
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
1
-3
/
+1
2017-12-22
i386: hvf: cleanup x86_gen.h
Paolo Bonzini
9
-9
/
+7
2017-12-22
i386: hvf: remove VM_PANIC from "in"
Paolo Bonzini
1
-1
/
+1
2017-12-22
i386: hvf: remove addr_t
Paolo Bonzini
12
-101
/
+101
2017-12-22
i386: hvf: simplify flag handling
Paolo Bonzini
3
-357
/
+144
2017-12-22
i386: hvf: abort on decoding error
Paolo Bonzini
2
-7
/
+5
2017-12-22
i386: hvf: remove ZERO_INIT macro
Paolo Bonzini
3
-6
/
+4
2017-12-22
i386: hvf: remove more dead emulator code
Paolo Bonzini
8
-60
/
+21
2017-12-22
i386: hvf: unify register enums between HVF and the rest
Paolo Bonzini
11
-271
/
+226
2017-12-22
i386: hvf: header cleanup
Paolo Bonzini
9
-20
/
+17
2017-12-22
i386: hvf: move all hvf files in the same directory
Paolo Bonzini
25
-21
/
+21
2017-12-22
i386: hvf: inject General Protection Fault when vmexit through vmcall
Sergio Andres Gomez Del Real
1
-1
/
+3
2017-12-22
i386: hvf: refactor event injection code for hvf
Sergio Andres Gomez Del Real
6
-42
/
+102
2017-12-22
i386: hvf: implement vga dirty page tracking
Sergio Andres Gomez Del Real
1
-7
/
+66
2017-12-22
i386: refactor KVM cpuid code so that it applies to hvf as well
Sergio Andres Gomez Del Real
2
-22
/
+59
2017-12-22
i386: hvf: implement hvf_get_supported_cpuid
Sergio Andres Gomez Del Real
1
-0
/
+164
2017-12-22
i386: hvf: use new helper functions for put/get xsave
Sergio Andres Gomez Del Real
3
-67
/
+12
2017-12-22
i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)
Sergio Andres Gomez Del Real
18
-253
/
+318
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
23
-6
/
+8116
[next]