Age | Commit message (Expand) | Author |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-06-12 | target/i386: Remove obsolete TODO file | Thomas Huth |
2020-06-12 | target/i386: sev: Unify SEVState and SevGuestState | David Gibson |
2020-06-12 | target/i386: sev: Remove redundant handle field | David Gibson |
2020-06-12 | target/i386: sev: Remove redundant policy field | David Gibson |
2020-06-12 | target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields | David Gibson |
2020-06-12 | target/i386: sev: Partial cleanup to sev_state global | David Gibson |
2020-06-12 | target/i386: sev: Embed SEVState in SevGuestState | David Gibson |
2020-06-12 | target/i386: sev: Rename QSevGuestInfo | David Gibson |
2020-06-12 | target/i386: sev: Move local structure definitions into .c file | David Gibson |
2020-06-12 | target/i386: sev: Remove unused QSevGuestInfoClass | David Gibson |
2020-06-12 | i386: hvf: Drop HVFX86EmulatorState | Roman Bolshakov |
2020-06-12 | i386: hvf: Move mmio_buf into CPUX86State | Roman Bolshakov |
2020-06-12 | i386: hvf: Move lazy_flags into CPUX86State | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop regs in HVFX86EmulatorState | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop copy of RFLAGS defines | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop rflags from HVFX86EmulatorState | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop fetch_rip from HVFX86EmulatorState | Roman Bolshakov |
2020-06-12 | i386: hvf: Use IP from CPUX86State | Roman Bolshakov |
2020-06-12 | i386: hvf: Use ins_len to advance IP | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop unused variable | Roman Bolshakov |
2020-06-12 | i386: hvf: Drop useless declarations in sysemu | Roman Bolshakov |
2020-06-12 | i386: hvf: Move HVFState definition into hvf | Roman Bolshakov |
2020-06-12 | target/i386: correct fix for pcmpxstrx substring search | Joseph Myers |
2020-06-10 | target/i386: fix IEEE x87 floating-point exception raising | Joseph Myers |
2020-06-10 | target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES | Like Xu |
2020-06-10 | i386: Remove unused define's from hax and hvf | Julio Faracco |
2020-06-10 | x86/cpu: Enable AVX512_VP2INTERSECT cpu feature | Cathy Zhang |
2020-06-10 | target/i386: fix fisttpl, fisttpll handling of out-of-range values | Joseph Myers |
2020-06-10 | target/i386: fix fbstp handling of out-of-range values | Joseph Myers |
2020-06-10 | target/i386: fix fbstp handling of negative zero | Joseph Myers |
2020-06-10 | target/i386: fix fxam handling of invalid encodings | Joseph Myers |
2020-06-10 | target/i386: fix floating-point load-constant rounding | Joseph Myers |
2020-06-10 | target/i386: fix fscale handling of rounding precision | Joseph Myers |
2020-06-10 | target/i386: fix fscale handling of infinite exponents | Joseph Myers |
2020-06-10 | target/i386: fix fscale handling of invalid exponent encodings | Joseph Myers |
2020-06-10 | target/i386: fix fscale handling of signaling NaN | Joseph Myers |
2020-06-10 | target/i386: implement special cases for fxtract | Joseph Myers |
2020-06-10 | i386/kvm: fix a use-after-free when vcpu plug/unplug | Pan Nengyuan |
2020-06-10 | hax: Dynamic allocate vcpu state structure | WangBowen |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé |
2020-06-10 | i386/cpu: Store LAPIC bus frequency in CPU structure | Liran Alon |
2020-06-10 | target/i386: fix phadd* with identical destination and source register | Janne Grunau |
2020-06-10 | target/i386: Fix the CPUID leaf CPUID_Fn80000008 | Babu Moger |
2020-06-10 | target/i386: Fix OUTL debug output | Philippe Mathieu-Daudé |
2020-06-09 | target/i386/cpu: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2020-06-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell |
2020-06-05 | target/i386: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé |
2020-05-27 | i386: Fix x86_cpu_load_model() error API violation | Markus Armbruster |