summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-06-17smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-1/+1
2013-06-17log.h: Supply missing includesMarkus Armbruster1-0/+3
2013-06-17error-report.h: Supply missing includeMarkus Armbruster1-0/+1
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-13/+2
2013-06-12qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth1-1/+1
2013-06-11ui/gtk.c: Fix *BSD build of Gtk+ UIBrad Smith1-0/+1
2013-06-11xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-0/+3
2013-06-11xen: simplify xen_enabledStefano Stabellini1-4/+0
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-1/+1
2013-05-15qemu-common: Resolve vector build breakes for AltiVecPaolo Bonzini1-2/+8
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic1-0/+4
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini1-0/+1
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2-3/+3
2013-05-14portability: pty.h is glibc-specificPaolo Bonzini1-0/+12
2013-05-13qom: aggressively optimize qom castingAnthony Liguori1-0/+4
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini1-5/+0
2013-05-13qom: allow turning cast debugging offPaolo Bonzini1-5/+6
2013-05-13qom: pass file/line/function to asserting castsPaolo Bonzini1-5/+11
2013-05-13qom: improve documentation of cast functionsPaolo Bonzini1-2/+21
2013-05-12osdep.h: include sys/types.h for ssize_t definitionIgor Mitsyanko1-1/+1
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber1-0/+4
2013-05-06qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber1-0/+2
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber1-2/+3
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic1-1/+0
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+2
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+4
2013-05-03nbd: support large NBD requestsStefan Hajnoczi1-1/+2
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody1-0/+35
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori9-27/+183
2013-05-01Trivial grammar and spelling fixesStefan Weil2-4/+4
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov1-0/+1
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov1-0/+3
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov2-3/+6
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov1-1/+1
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov1-0/+79
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2-9/+49
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-2/+0
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov1-0/+10
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin1-0/+9
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov1-0/+2
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov1-0/+1
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov1-0/+3
2013-05-01cpu: Introduce cpu_resume(), for single CPUIgor Mammedov1-0/+7
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov1-10/+10
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov1-2/+2
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin1-2/+0
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao1-0/+3
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7
2013-04-30add a new qevent: QEVENT_GUEST_PANICKEDHu Tao1-0/+1
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao1-0/+1