Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / qemu-common.h
2009-05-14 Paul BrookSSP bus framework
2009-05-14 Paul BrookBasic qdev infrastructure.
2009-05-14 Anthony LiguoriConstructor support
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-10 Paul BrookFollow coding conventions
2009-04-24 aliguoriqemu: introduce qemu_cpu_kick (Marcelo Tosatti)
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: create helper for event notification (Marcelo...
2009-03-28 aliguoriadd qemu_iovec_init_external (Christoph Hellwig)
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05 aliguoriAdd qemu_iovec_reset() (Avi Kivity)
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-26 aliguoriqemu iovec: keep track of total size, allow partial...
2009-01-22 aliguoriI/O vector helpers (Avi Kivity)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-15 aliguoriFix Windows build (Hervé Poussineau)
2009-01-14 blueswir1Add noreturn function attribute
2008-12-11 blueswir1Rename fls to qemu_fls
2008-12-06 blueswir1The configure test for struct iovec #includes <sys...
2008-12-05 aliguoriMake struct iovec universally available
2008-12-04 aliguoriIntroduce fls() helper
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-12 balrogInclude <strings.h> for ffs().
2008-11-11 aliguorisockets: helper functions for qemu (Gerd Hoffman)
2008-11-09 balrogAdd qemu_strndup: qemu_strdup with length limit.
2008-11-08 balrogRevert r5532, r5536 and a piece of r5531.
2008-10-31 aliguoriClarify qemu_bh_schedule_idle() usage
2008-10-31 aliguoriMake bottom halves more robust
2008-10-25 blueswir1Replace uses of strndup (a GNU extension) with Qemu...
2008-10-08 aliguoriFix IO performance regression in sparc
2008-09-28 balrogAdd a "null" bluetooth HCI and a header file for bluetooth.
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-07-01 pbrookImplement resolution switching in common console code.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-17 balrogUnify RTCs that use host time, fix M48t59 alarm.
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-11-19 j_mayerAvoid duplicated definitions: move common definitions...
2007-11-17 pbrookBreak up vl.h.
2007-11-11 pbrookSplit block API from vl.h.