Age | Commit message (Expand) | Author |
2013-05-03 | target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB | Petar Jovanovic |
2013-05-02 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-05-02 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-05-02 | Drop redundant resume_all_vcpus() from main() | Jan Kiszka |
2013-05-02 | cpus: Fix pausing TCG CPUs while in vCPU thread | Andreas Färber |
2013-05-02 | target-i386: Replace cpuid_*features fields with a feature word array | Eduardo Habkost |
2013-05-02 | target-i386: Break CPUID feature definition lines | Eduardo Habkost |
2013-05-01 | target-i386/kvm.c: Code formatting changes | Eduardo Habkost |
2013-05-01 | target-i386: Group together level, xlevel, xlevel2 fields | Eduardo Habkost |
2013-05-01 | pvscsi: fix compilation on 32 bit hosts | Hervé Poussineau |
2013-05-01 | Trivial grammar and spelling fixes | Stefan Weil |
2013-05-01 | configure: Pick up libseccomp include path | Andreas Färber |
2013-05-01 | pc: Implement QEMUMachine::hot_add_cpu hook | Igor Mammedov |
2013-05-01 | QMP: Add cpu-add command | Igor Mammedov |
2013-05-01 | Add hot_add_cpu hook to QEMUMachine | Igor Mammedov |
2013-05-01 | target-i386: Move APIC to ICC bus | Igor Mammedov |
2013-05-01 | target-i386: Attach ICC bus to CPU on its creation | Igor Mammedov |
2013-05-01 | target-i386: Introduce ICC bus/device/bridge | Igor Mammedov |
2013-05-01 | cpu: Move cpu_write_elfXX_note() functions to CPUState | Jens Freimann |
2013-05-01 | kvmvapic: Make dependency on sysbus.h explicit | Igor Mammedov |
2013-05-01 | target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE | Igor Mammedov |
2013-05-01 | target-i386: Do not allow to set apic-id once CPU is realized | Igor Mammedov |
2013-05-01 | target-i386: Introduce apic-id CPU property | Igor Mammedov |
2013-05-01 | target-i386: Introduce feat2prop() for CPU properties | Igor Mammedov |
2013-05-01 | acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guest | Igor Mammedov |
2013-05-01 | cpu: Add helper cpu_exists(), to check if CPU with specified id exists | Igor Mammedov |
2013-05-01 | cpus: Use qemu_for_each_cpu() in TCG thread | Igor Mammedov |
2013-05-01 | cpu: Add qemu_for_each_cpu() | Michael S. Tsirkin |
2013-05-01 | cpu: Introduce get_arch_id() method and override it for X86CPU | Igor Mammedov |
2013-05-01 | pc: Update rtc_cmos on CPU hot-plug | Igor Mammedov |
2013-05-01 | cpu: Introduce CPU hot-plug notifier | Igor Mammedov |
2013-05-01 | cpu: Resume CPU from DeviceClass::realize() if hot-plugged | Igor Mammedov |
2013-05-01 | cpu: Introduce cpu_resume(), for single CPU | Igor Mammedov |
2013-05-01 | cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() | Igor Mammedov |
2013-05-01 | cpu: Make kvm-stub.o available outside softmmu | Igor Mammedov |
2013-04-30 | virtio-net: count VIRTIO_NET_F_MAC when calculating config_len | Jason Wang |
2013-04-30 | sysemu: drop register_devices from header | Michael S. Tsirkin |
2013-04-30 | libqtest: only call fclose() on open files | Jesse Larrew |
2013-04-30 | Wire up disabled wait a panicked event on s390 | Christian Borntraeger |
2013-04-30 | pvpanic: create pvpanic by default for machine 1.5 | Hu Tao |
2013-04-30 | pvpanic: add document of pvpanic | Hu Tao |
2013-04-30 | pvpanic: pass configurable ioport to seabios | Hu Tao |
2013-04-30 | fw_cfg: add required header files | Hu Tao |
2013-04-30 | introduce a new qom device to deal with panicked event | Hu Tao |
2013-04-30 | add a new qevent: QEVENT_GUEST_PANICKED | Hu Tao |
2013-04-30 | add a new runstate: RUN_STATE_GUEST_PANICKED | Hu Tao |
2013-04-30 | qdev: Report errors collected during device realization | Jan Kiszka |
2013-04-30 | rules.mk: Fix build breakage | Dunrong Huang |
2013-04-30 | QOM: Fail casts for unknown types | Alexander Graf |
2013-04-30 | pc_piix: remove undesired change in pc_init1 | Paolo Bonzini |