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