summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-06-01rtc: remove rtc_set_dateHu Tao1-1/+0
2013-05-31Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori1-0/+11
2013-05-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+4
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori7-64/+58
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+11
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-1/+4
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-3/+9
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini2-4/+6
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-23/+1
2013-05-29memory: add address_space_access_validPaolo Bonzini2-1/+17
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini1-0/+3
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-0/+2
2013-05-29memory: add address_space_translatePaolo Bonzini2-24/+19
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini2-9/+2
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini2-3/+2
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen1-0/+10
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori4-29/+37
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-4/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-11/+11
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-9/+19
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini2-2/+0
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini2-2/+1
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-1/+0
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi1-0/+4
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori3-3/+0
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman2-0/+17
2013-05-22ui/gtk.c: Fix *BSD build of Gtk+ UIBrad Smith1-0/+1
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-1/+1
2013-05-18Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-1/+1
2013-05-18remove some double-includesMichael Tokarev3-3/+0
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