summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* audio: look for the ISA and PCI busesPaolo Bonzini2013-04-297-12/+17
* qom: do not return root for empty pathPaolo Bonzini2013-04-291-10/+2
* audio: replace audio card configuration with default-configsPaolo Bonzini2013-04-2912-25/+23
* audio: remove CONFIG_* symbolsPaolo Bonzini2013-04-291-9/+0
* audio: remove HAS_AUDIOPaolo Bonzini2013-04-296-41/+0
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-2913-144/+62
* adlib: qdev-ifyPaolo Bonzini2013-04-291-17/+66
* doc: document the Pseudo-encoding of LED stateLei Li2013-04-291-0/+50
OpenPOWER on IntegriCloud