aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber
2013-05-06qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-05-03nbd: support large NBD requestsStefan Hajnoczi
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-05-01Trivial grammar and spelling fixesStefan Weil
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov
2013-05-01cpu: Introduce cpu_resume(), for single CPUIgor Mammedov
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao
2013-04-30fw_cfg: add required header filesHu Tao
2013-04-30add a new qevent: QEVENT_GUEST_PANICKEDHu Tao
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-29serial: QOM'ify ISA serialAndreas Färber
2013-04-29pcspk: QOM'ifyAndreas Färber
2013-04-29mc146818rtc: QOM'ifyAndreas Färber
2013-04-29i8259: QOM cleanupsAndreas Färber
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber
2013-04-29Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori
2013-04-29win32: add readv/writev emulationPaolo Bonzini
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson
2013-04-26Common: Add quick access to first boot deviceDominik Dingel
2013-04-25Remove unnecessary FreeBSD #includeEd Maste
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster
2013-04-24Merge remote-tracking branch 'alon/libcacard_ccid.1' into stagingAnthony Liguori
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic