summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-03kvm-all: add kvm_run_exit tracepointKazuya Saito2-0/+3
2013-05-03kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepointsKazuya Saito2-0/+9
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori52-326/+1161
2013-05-02Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori7-8/+9
2013-05-02Drop redundant resume_all_vcpus() from main()Jan Kiszka1-1/+0
2013-05-02cpus: Fix pausing TCG CPUs while in vCPU threadAndreas Färber1-1/+2
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost11-200/+186
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost1-90/+180
2013-05-01target-i386/kvm.c: Code formatting changesEduardo Habkost1-1/+2
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost2-4/+4
2013-05-01pvscsi: fix compilation on 32 bit hostsHervé Poussineau1-1/+1
2013-05-01Trivial grammar and spelling fixesStefan Weil5-7/+7
2013-05-01configure: Pick up libseccomp include pathAndreas Färber1-0/+1
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov4-0/+29
2013-05-01QMP: Add cpu-add commandIgor Mammedov3-0/+46
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov1-0/+3
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov6-24/+42
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov6-10/+24
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov8-0/+211
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann8-57/+153
2013-05-01kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov1-0/+1
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov5-5/+4
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov1-0/+7
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov2-1/+68
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov1-4/+15
2013-05-01acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guestIgor Mammedov2-2/+110
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov2-0/+36
2013-05-01cpus: Use qemu_for_each_cpu() in TCG threadIgor Mammedov1-6/+7
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin2-0/+19
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov3-0/+18
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov3-0/+28
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov2-0/+15
2013-05-01cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov1-0/+1
2013-05-01cpu: Introduce cpu_resume(), for single CPUIgor Mammedov4-3/+21
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov5-11/+18
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov3-10/+15
2013-04-30virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang1-0/+1
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin1-2/+0
2013-04-30libqtest: only call fclose() on open filesJesse Larrew1-1/+1
2013-04-30Wire up disabled wait a panicked event on s390Christian Borntraeger1-3/+14
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao4-0/+29
2013-04-30pvpanic: add document of pvpanicHu Tao1-0/+39
2013-04-30pvpanic: pass configurable ioport to seabiosHu Tao2-1/+21
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7
2013-04-30introduce a new qom device to deal with panicked eventHu Tao4-0/+127
2013-04-30add a new qevent: QEVENT_GUEST_PANICKEDHu Tao3-0/+16
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao4-5/+17
2013-04-30qdev: Report errors collected during device realizationJan Kiszka1-0/+1
2013-04-30rules.mk: Fix build breakageDunrong Huang1-1/+1
2013-04-30QOM: Fail casts for unknown typesAlexander Graf1-0/+5