aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-13exec-migration: handle EINTR in popen_get_buffer()Uri Lublin1-1/+8
2009-06-13Fix prototype of function zfree.Stefan Weil1-2/+2
2009-06-13Add static to local machine declaration.Stefan Weil1-1/+1
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov3-13/+40
2009-06-13Apic creation should not depend on pciGleb Natapov1-8/+2
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost4-1/+15
2009-06-13Fix SDL include path.Stefan Weil2-2/+2
2009-06-13Really enable -WerrorBlue Swirl1-13/+14
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl1-3/+3
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl1-2/+6
2009-06-13Avoid a gcc 3 format warningBlue Swirl2-12/+4
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl1-0/+1
2009-06-13Fix signedness problemsBlue Swirl1-3/+3
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann1-0/+2
2009-06-13include inttypes.h in xen.hGerd Hoffmann1-0/+1
2009-06-13xen: adapt to qemu_machine changesGerd Hoffmann1-1/+1
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann1-4/+5
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil3-3/+3
2009-06-13Fix mingw32 build warningsBlue Swirl7-12/+37
2009-06-12Enable -Werror by default for git builds on Linux hostsAnthony Liguori1-5/+13
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias1-8/+8
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias1-26/+25
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias1-2/+7
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann27-61/+95
2009-06-11Fix stellaris ethernetPaul Brook1-2/+2
2009-06-11Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka1-8/+8
2009-06-10Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori1-1/+1
2009-06-10Merge branch 'net-queue'Anthony Liguori26-453/+834
2009-06-10Fix "defined but not used" warningLuiz Capitulino1-4/+4
2009-06-10monitor: Introduce get_command_name()Luiz Capitulino1-14/+30
2009-06-10monitor: Remove unused variableLuiz Capitulino1-2/+0
2009-06-10monitor: Remove uneeded 'return' statementLuiz Capitulino1-1/+0
2009-06-10monitor: Remove uneeded gotoLuiz Capitulino1-4/+6
2009-06-09Use snprintf to avoid OpenBSD warningBlue Swirl1-5/+7
2009-06-09Fix Sparse warningBlue Swirl1-1/+1
2009-06-09Clean up generated qemu-img-cmds.hBlue Swirl1-0/+1
2009-06-09Fix Sparse warningBlue Swirl1-1/+1
2009-06-09microblaze-dis.c does not need to be executableBlue Swirl1-0/+0
2009-06-09Fix warningBlue Swirl1-1/+1
2009-06-09Remove unused and misnamed field and variableBlue Swirl2-10/+0
2009-06-09Update irqs on reset and device loadBlue Swirl2-1/+11
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl2-8/+17
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson1-2/+2
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson2-8/+46
2009-06-09virtio-net: MAC filter optimizationAlex Williamson1-4/+25
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson1-8/+23
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson1-8/+11
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson1-7/+12
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson1-1/+8
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin1-1/+4