summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-05-0252-326/+1161
|\
| * Drop redundant resume_all_vcpus() from main()Jan Kiszka2013-05-021-1/+0
| * cpus: Fix pausing TCG CPUs while in vCPU threadAndreas Färber2013-05-021-1/+2
| * target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-0211-200/+186
| * target-i386: Break CPUID feature definition linesEduardo Habkost2013-05-021-90/+180
| * target-i386/kvm.c: Code formatting changesEduardo Habkost2013-05-011-1/+2
| * target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost2013-05-012-4/+4
| * pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-014-0/+29
| * QMP: Add cpu-add commandIgor Mammedov2013-05-013-0/+46
| * Add hot_add_cpu hook to QEMUMachineIgor Mammedov2013-05-011-0/+3
| * target-i386: Move APIC to ICC busIgor Mammedov2013-05-016-24/+42
| * target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-016-10/+24
| * target-i386: Introduce ICC bus/device/bridgeIgor Mammedov2013-05-018-0/+211
| * cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-018-57/+153
| * kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov2013-05-011-0/+1
| * target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-015-5/+4
| * target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov2013-05-011-0/+7
| * target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-012-1/+68
| * target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov2013-05-011-4/+15
| * acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guestIgor Mammedov2013-05-012-2/+110
| * cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov2013-05-012-0/+36
| * cpus: Use qemu_for_each_cpu() in TCG threadIgor Mammedov2013-05-011-6/+7
| * cpu: Add qemu_for_each_cpu()Michael S. Tsirkin2013-05-012-0/+19
| * cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov2013-05-013-0/+18
| * pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-013-0/+28
| * cpu: Introduce CPU hot-plug notifierIgor Mammedov2013-05-012-0/+15
| * cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov2013-05-011-0/+1
| * cpu: Introduce cpu_resume(), for single CPUIgor Mammedov2013-05-014-3/+21
| * cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov2013-05-015-11/+18
| * cpu: Make kvm-stub.o available outside softmmuIgor Mammedov2013-05-013-10/+15
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-05-027-8/+9
|\ \ | |/ |/|
| * pvscsi: fix compilation on 32 bit hostsHervé Poussineau2013-05-011-1/+1
| * Trivial grammar and spelling fixesStefan Weil2013-05-015-7/+7
| * configure: Pick up libseccomp include pathAndreas Färber2013-05-011-0/+1
|/
* virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang2013-04-301-0/+1
* sysemu: drop register_devices from headerMichael S. Tsirkin2013-04-301-2/+0
* libqtest: only call fclose() on open filesJesse Larrew2013-04-301-1/+1
* Wire up disabled wait a panicked event on s390Christian Borntraeger2013-04-301-3/+14
* pvpanic: create pvpanic by default for machine 1.5Hu Tao2013-04-304-0/+29
* pvpanic: add document of pvpanicHu Tao2013-04-301-0/+39
* pvpanic: pass configurable ioport to seabiosHu Tao2013-04-302-1/+21
* fw_cfg: add required header filesHu Tao2013-04-301-0/+7
* introduce a new qom device to deal with panicked eventHu Tao2013-04-304-0/+127
* add a new qevent: QEVENT_GUEST_PANICKEDHu Tao2013-04-303-0/+16
* add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao2013-04-304-5/+17
* qdev: Report errors collected during device realizationJan Kiszka2013-04-301-0/+1
* rules.mk: Fix build breakageDunrong Huang2013-04-301-1/+1
* QOM: Fail casts for unknown typesAlexander Graf2013-04-301-0/+5
* pc_piix: remove undesired change in pc_init1Paolo Bonzini2013-04-301-0/+1
* audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini2013-04-298-14/+5
OpenPOWER on IntegriCloud