summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell2011-03-221-11/+18
* | linux-user: Fix unlock_user() call in return from poll()Peter Maydell2011-03-221-3/+1
* | vmmouse: Register vmstate via qdevJan Kiszka2011-03-221-1/+1
* | vmmouse: Fix initializationJan Kiszka2011-03-221-0/+1
* | vmmouse: Fix typo preventing x86-64 buildJan Kiszka2011-03-221-1/+1
* | fix applesmc REV keyRené Rebe2011-03-221-1/+1
* | enable kvm for ppc(32) on ppc64René Rebe2011-03-221-0/+2
* | target-ppc: add support for 6 SPE instructionsFabien Chouteau2011-03-221-4/+198
* | pc-bios: update linuxboot.bin and multiboot.binAurelien Jarno2011-03-222-0/+0
* | fix linuxboot.bin and multiboot.bin to not hijack int19Gleb Natapov2011-03-223-15/+29
* | Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-2124-566/+618
|\ \
| * | Expose thread_id in info cpusJan Kiszka2011-03-168-0/+29
| * | kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka2011-03-163-22/+16
| * | kvm: x86: Reorder functions in kvm.cJan Kiszka2011-03-161-54/+54
| * | kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-164-13/+13
| * | kvm: Rework inner loop of kvm_cpu_execJan Kiszka2011-03-161-12/+14
| * | kvm: Reorder error handling of KVM_RUNJan Kiszka2011-03-161-6/+5
| * | kvm: Keep KVM_RUN return value in separate variableJan Kiszka2011-03-161-5/+5
| * | kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUGJan Kiszka2011-03-161-2/+2
| * | kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka2011-03-161-0/+5
| * | x86: Save/restore PAT MSRJan Kiszka2011-03-161-0/+2
| * | x86: Properly reset PAT MSRJan Kiszka2011-03-163-3/+7
| * | kvm: Mark VCPU state dirty on creationJan Kiszka2011-03-161-0/+1
| * | kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka2011-03-161-1/+3
| * | kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka2011-03-161-1/+2
| * | s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka2011-03-151-0/+4
| * | x86: Unbreak TCG support for hardware breakpointsJan Kiszka2011-03-152-24/+30
| * | Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka2011-03-151-47/+47
| * | KVM, MCE, unpoison memory address across rebootHuang Ying2011-03-151-0/+36
| * | Add qemu_ram_remapHuang Ying2011-03-153-1/+67
| * | kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka2011-03-151-13/+17
| * | kvm: x86: Clean up kvm_setup_mceJan Kiszka2011-03-151-7/+4
| * | kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka2011-03-153-260/+37
| * | x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka2011-03-151-29/+58
| * | kvm: x86: Inject pending MCE events on state writebackJan Kiszka2011-03-151-0/+60
| * | kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-155-5/+5
| * | kvm: x86: Move MCE functions togetherJan Kiszka2011-03-151-175/+171
| * | Synchronize VCPU states before resetJan Kiszka2011-03-151-0/+1
| * | x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka2011-03-153-10/+28
| * | x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-154-41/+54
| * | x86: Small cleanups of MCE helpersJan Kiszka2011-03-154-22/+30
| * | x86: Perform implicit mcg_status resetJan Kiszka2011-03-152-3/+2
| * | x86: Account for MCE in cpu_has_workJan Kiszka2011-03-151-9/+6
| * | kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lackingJan Kiszka2011-03-151-0/+2
| * | kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka2011-03-151-3/+3
* | | seabios: update to latest gitAnthony Liguori2011-03-212-0/+0
* | | Fix migration uint8 arrys handledJuan Quintela2011-03-211-0/+2
* | | softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-215-432/+417
* | | softfloat: Resolve type mismatches between declaration and implementationAndreas Färber2011-03-211-34/+34
* | | softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-214-0/+21
OpenPOWER on IntegriCloud