aboutsummaryrefslogtreecommitdiff
path: root/qemu-common.h
AgeCommit message (Expand)Author
2011-05-18Add documentation for qemu_progress_{init,print}()Jes Sorensen
2011-05-15w32: Fix missing declaration of ffs()Stefan Weil
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-04-07qemu-img: Initial progress printing supportJes Sorensen
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-03-06WIN32: Add missing include for 'struct timeval', used in vnc.hHervé Poussineau
2011-02-16Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-02-14Introduce VCPU self-signaling serviceJan Kiszka
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang
2011-01-31blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster
2011-01-31Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2010-12-17Introduce strtosz_suffix()Jes Sorensen
2010-12-09vnc: support password expireGerd Hoffmann
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-10-30Consolidate oom_check() functionsJes Sorensen
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen
2010-10-30Add fprintf_function for function pointers to fprintf-like functionsStefan Weil
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-10-22Remove special handling of system include files (no longer needed)Stefan Weil
2010-10-20pcie port: define struct PCIEPort/PCIESlot and helper functionsIsaku Yamahata
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf
2010-09-07pci_bridge: introduce pci bridge library.Isaku Yamahata
2010-08-24Rearrange block headersBlue Swirl
2010-06-19apic: qdev conversion cleanupBlue Swirl
2010-06-15cow: stop using mmapChristoph Hellwig
2010-06-13Move stdbool.hPaul Brook
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti
2010-04-01virtio: move typedef to qemu-commonMichael S. Tsirkin
2010-04-01notifier: event notifier implementationMichael S. Tsirkin
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-19Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-02-18get rid of hostregs_helper.hPaolo Bonzini