summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* exec: eliminate io_mem_ramPaolo Bonzini2013-05-292-3/+2
* Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-05-244-29/+37
|\
| * memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2013-05-241-0/+3
| * memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-241-4/+3
| * memory: Rename readable flag to romd_modeJan Kiszka2013-05-241-11/+11
| * memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2013-05-241-9/+19
| * exec: eliminate stq_phys_notdirtyPaolo Bonzini2013-05-242-2/+0
| * exec: make qemu_get_ram_ptr privatePaolo Bonzini2013-05-242-2/+1
| * exec: eliminate qemu_put_ram_ptrPaolo Bonzini2013-05-241-1/+0
* | coroutine: stop using AioContext in CoQueueStefan Hajnoczi2013-05-241-0/+4
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-05-223-3/+0
|\ \
| * | Rename hexdump to avoid FreeBSD libutil conflictEd Maste2013-05-181-1/+1
| * | remove some double-includesMichael Tokarev2013-05-183-3/+0
* | | virtio-net: dynamic network offloads configurationDmitry Fleytman2013-05-222-0/+17
* | | ui/gtk.c: Fix *BSD build of Gtk+ UIBrad Smith2013-05-221-0/+1
| |/ |/|
* | Rename hexdump to avoid FreeBSD libutil conflictEd Maste2013-05-201-1/+1
|/
* qemu-common: Resolve vector build breakes for AltiVecPaolo Bonzini2013-05-151-2/+8
* virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic2013-05-151-0/+4
* osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2013-05-141-0/+1
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-142-3/+3
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-0/+12
* qom: aggressively optimize qom castingAnthony Liguori2013-05-131-0/+4
* Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini2013-05-131-5/+0
* qom: allow turning cast debugging offPaolo Bonzini2013-05-131-5/+6
* qom: pass file/line/function to asserting castsPaolo Bonzini2013-05-131-5/+11
* qom: improve documentation of cast functionsPaolo Bonzini2013-05-131-2/+21
* osdep.h: include sys/types.h for ssize_t definitionIgor Mitsyanko2013-05-121-1/+1
* target-i386: Change CPUID model of 486 to 8Andreas Färber2013-05-061-0/+4
* qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber2013-05-061-0/+2
* qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber2013-05-061-2/+3
* virtio-scsi: fix the command line compatibility.KONRAD Frederic2013-05-031-1/+0
* scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2013-05-031-1/+2
* virtio: add virtio_device_set_child_bus_name.KONRAD Frederic2013-05-031-0/+4
* nbd: support large NBD requestsStefan Hajnoczi2013-05-031-1/+2
* qemu: add castagnoli crc32c checksum algorithmJeff Cody2013-05-031-0/+35
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-05-029-27/+183
|\
| * pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-011-0/+1
| * Add hot_add_cpu hook to QEMUMachineIgor Mammedov2013-05-011-0/+3
| * target-i386: Move APIC to ICC busIgor Mammedov2013-05-012-3/+6
| * target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-011-1/+1
| * target-i386: Introduce ICC bus/device/bridgeIgor Mammedov2013-05-011-0/+79
| * cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-012-9/+49
| * target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-2/+0
| * cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov2013-05-011-0/+10
| * cpu: Add qemu_for_each_cpu()Michael S. Tsirkin2013-05-011-0/+9
| * cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov2013-05-011-0/+2
| * pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-011-0/+1
| * cpu: Introduce CPU hot-plug notifierIgor Mammedov2013-05-011-0/+3
| * cpu: Introduce cpu_resume(), for single CPUIgor Mammedov2013-05-011-0/+7
| * cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov2013-05-011-10/+10
OpenPOWER on IntegriCloud