summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini1-1/+2
2017-06-07kvm: don't register smram_listener when smm is offGonglei1-1/+3
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida1-4/+4
2017-06-07i386/kvm: do not zero out segment flags if segment is unusable or not presentRoman Pen1-12/+8
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov1-0/+12
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini5-55/+47
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini3-27/+42
2017-06-06kvm: irqchip: skip update msi when disabledPeter Xu1-3/+9
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell1-0/+10
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-1/+2
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson1-0/+10
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov2-1/+2
2017-06-05target/i386: optimize indirect branchesEmilio G. Cota1-6/+8
2017-06-05target/i386: optimize cross-page direct jumps in softmmuEmilio G. Cota1-2/+2
2017-06-05target/i386: introduce gen_jr helper to generate lookup_and_goto_ptrEmilio G. Cota1-1/+24
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake4-6/+6
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-11migration/i386: Remove support for pre-0.12 formatsDr. David Alan Gilbert1-81/+34
2017-05-11vmstatification: i386 FPRegDr. David Alan Gilbert1-22/+30
2017-05-11migration/i386: Remove old non-softfloat 64bit FP supportDr. David Alan Gilbert1-101/+6
2017-05-11pc: add node-id property to CPUIgor Mammedov1-0/+1
2017-05-11i386: rewrite way CPUID index is validatedDaniel P. Berrange1-20/+15
2017-05-05hax: Fix memory mapping de-duplication logicYu Ning1-2/+17
2017-05-05target/i386: Add GDB XML register description supportAbdallah Bouassida1-4/+17
2017-04-10target/i386/misc_helper: wrap BQL around another IRQ generatorAlex Bennée1-0/+3
2017-04-02target-i386: fix "info lapic" segfault on isapcTejaswini Poluri1-0/+4
2017-03-31hmp: fix "dump-quest-memory" segfaultIwona Kotlarska1-2/+1
2017-03-28i386: Don't override -cpu options on -cpu host/maxEduardo Habkost2-4/+11
2017-03-28i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost1-8/+11
2017-03-24tcg/i386: Check the size of instruction being translatedPranith Kumar1-0/+7
2017-03-14kvm: Print MSR information if KVM_{GET,SET}_MSRS failedEduardo Habkost1-0/+12
2017-03-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-1/+38
2017-03-10i386: Change stepping of Haswell to non-blacklisted valueEduardo Habkost1-1/+1
2017-03-10i386/kvm: Blacklist TSX on known broken hostsEduardo Habkost1-0/+17
2017-03-10i386: host_vendor_fms() helper functionEduardo Habkost2-0/+20
2017-03-09target-i386: defer VMEXIT to do_interruptPaolo Bonzini3-18/+26
2017-03-09target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MOAlex Bennée1-0/+3
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert3-1/+11
2017-03-03qapi: flatten GuestPanicInformation unionAnton Nefedov1-9/+6
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-3/+2
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-35/+5
2017-03-03cpus: reorganize signal handling codePaolo Bonzini1-13/+2
2017-03-03KVM: x86: cleanup SIGBUS handlersPaolo Bonzini1-39/+42
2017-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-80/+385
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar2-0/+14
2017-02-27i386: Improve query-cpu-model-expansion full modeEduardo Habkost1-3/+31
2017-02-27i386: Implement query-cpu-model-expansion QMP commandEduardo Habkost1-1/+190
2017-02-27i386: Define static "base" CPU modelEduardo Habkost2-0/+22