summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Update Changelog and VERSION for 0.11.0-rc1 releasev0.11.0-rc1Anthony Liguori2-1/+90
2009-07-29Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLYAnthony Liguori1-2/+3
2009-07-29Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin1-1/+2
2009-07-29Add machine type aliasesMark McLoughlin2-0/+6
2009-07-29Add support for fd=name to tap and socket networkingMark McLoughlin1-7/+35
2009-07-29Add monitor_get_fd() command for fetching named fdsMark McLoughlin2-0/+26
2009-07-29Add getfd and closefd monitor commandsMark McLoughlin2-0/+87
2009-07-29Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2-1/+56
2009-07-29Make tcp_chr_read() use recvmsg()Mark McLoughlin1-1/+24
2009-07-29tap-win32: Use correct headers.Filip Navara1-7/+1
2009-07-29fix broken migrationGlauber Costa1-1/+3
2009-07-29slirp: Use monotonic clock if available (v2)Ed Swierk3-32/+2
2009-07-29qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin1-0/+1
2009-07-29HPET fixes for reg writesBeth Kon2-13/+8
2009-07-22slirp: Fix guestfwd for incoming dataJan Kiszka3-13/+14
2009-07-22qemu-thread: use pthread_equalSebastian Herbszt1-1/+1
2009-07-22signrom.sh: portability fixChristoph Egger1-2/+3
2009-07-22qmu-img: fix qemu-img convert to generate a valid image when the source refer...Akkarit Sangpetch1-7/+13
2009-07-22vmdk: Fix backing file handlingKevin Wolf1-14/+15
2009-07-22Add save/restore support to the LSI logic SCSI device model.Nolan1-0/+172
2009-07-22Handle BH's queued by AIO completions in qemu_aio_flush()Nolan1-1/+1
2009-07-22Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl21-103/+95
2009-07-22Fix build with DEBUG_PCI in pci_host.h enabledBlue Swirl1-5/+8
2009-07-22isxdigit -> qemu_isxdigitChristoph Egger1-2/+2
2009-07-22fix build warningsChristoph Egger2-2/+2
2009-07-22Suppress a Sparse warningBlue Swirl2-1/+3
2009-07-22Sparc32: use hex for version numbersBlue Swirl2-2/+2
2009-07-22Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-4/+4
2009-07-22Sparc32: fix fdc io_baseBlue Swirl1-1/+2
2009-07-22Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-1/+1
2009-07-22Fix OpenBSD buildBlue Swirl1-0/+2
2009-07-22ARM host fixesPaul Brook2-4/+4
2009-07-22Only allow -cpu host when KVM is enabledAnthony Liguori1-4/+3
2009-07-22Initialize cpuid variablesAnthony Liguori1-1/+1
2009-07-22Ignore -Waddress for alsaaudio.cmalc1-0/+4
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno1-1/+1
2009-07-16Update version for 0.11.0-rc0v0.11.0-rc0Anthony Liguori1-1/+1
2009-07-16Generate $target_dir/config.h from $target_dir/config.makJuan Quintela2-30/+67
2009-07-16Refactor config_softfloat selection in another listJuan Quintela1-20/+7
2009-07-16rename s/config_mak/config_host_mak/ and s/config_h/config_host_h/Juan Quintela1-156/+155
2009-07-16simplify TARGET_ABI_DIR generationJuan Quintela2-7/+9
2009-07-16simplify TARGET_ARCH2 generationJuan Quintela2-12/+2
2009-07-16simplify TARGET_BASE_ARCH generationJuan Quintela2-21/+16
2009-07-16generate TARGET_<arch name> for config.hJuan Quintela1-17/+3
2009-07-16generate TARGET_ARCH for config.hJuan Quintela1-18/+2
2009-07-16Only setup TARGET_ARCH when it is different ofJuan Quintela1-11/+1
2009-07-16print only once TARGET_ARCHJuan Quintela1-18/+19
2009-07-16Refactor targe_bigendian selection in another listJuan Quintela1-14/+5
2009-07-16Refactor common code using a listJuan Quintela1-48/+3
2009-07-16generate ARCH name instead of coding itJuan Quintela1-34/+21