summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-0/+17
2013-07-04add a header file for atomic operationsPaolo Bonzini1-32/+166
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-0/+1
2013-07-04range: add Range structureMichael S. Tsirkin1-0/+16
2013-07-02int128: optimize and add test casesPaolo Bonzini1-8/+17
2013-06-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+1
2013-06-28notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi1-0/+29
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil1-3/+0
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-0/+19
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster1-2/+0
2013-06-14log.h: Supply missing includesMarkus Armbruster1-0/+3
2013-06-14error-report.h: Supply missing includeMarkus Armbruster1-0/+1
2013-06-11memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber1-0/+2
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+1
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin1-0/+1
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+11
2013-05-18remove some double-includesMichael Tokarev1-1/+0
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 Bonzini1-1/+1
2013-05-12osdep.h: include sys/types.h for ssize_t definitionIgor Mitsyanko1-1/+1
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody1-0/+35
2013-04-29win32: add readv/writev emulationPaolo Bonzini1-0/+17
2013-04-25Remove unnecessary FreeBSD #includeEd Maste1-4/+0
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+4
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-0/+4
2013-04-19bswap: fix compiler warningAlexey Kardashevskiy1-0/+1
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini1-0/+4
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2-115/+0
2013-04-13aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno1-0/+19
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-0/+26
2013-04-04Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith1-2/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-03-27compiler: fix warning with GCC 4.8.0Paolo Bonzini1-1/+1
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-0/+1
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf1-0/+2
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi1-0/+5
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf1-0/+1
2013-03-13chardev: add udp support to qapiGerd Hoffmann1-0/+1
2013-03-12Add a TPM Passthrough backend driver implementationStefan Berger1-0/+1
2013-03-11qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini1-0/+7
2013-03-11block-migration: add lockPaolo Bonzini1-0/+1
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-0/+99
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-0/+1
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini1-0/+99
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-2/+6
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-8/+0
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi1-2/+2
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-9/+8
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson1-48/+0