summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-03block migration: replace tabs by spaces.Yoshiaki Tamura1-6/+6
2010-08-03loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho2-38/+36
2010-08-03block: Change bdrv_commit to handle multiple sectors at onceKevin Wolf1-18/+19
2010-08-02fix last cpu timer initializationArtyom Tarasenko1-2/+2
2010-07-31Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl1-1/+1
2010-07-31Fix a warning on OpenSolarisBlue Swirl1-0/+1
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau2-4/+2
2010-07-31Remove unused constantHervé Poussineau1-4/+0
2010-07-31jazz led: Fix debug printsHervé Poussineau1-6/+15
2010-07-31xilinx-s3adsp: Add support for loading u-boot images.Edgar E. Iglesias1-1/+11
2010-07-31xilinx-s3adsp: Fix loading of raw binaries.Edgar E. Iglesias1-0/+1
2010-07-30Remove unused eventfd.hMike McCormack2-2/+0
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah6-0/+16
2010-07-30mips64el: fulong: PCI_DEVFN() clean up.Isaku Yamahata1-7/+7
2010-07-30remove pointless if from vl.cJoel Schopp1-3/+1
2010-07-30fix variable type in qemu-io.cJoel Schopp1-2/+2
2010-07-30remove dead code from hw/loader.cJoel Schopp1-5/+0
2010-07-30savevm: Fix memory leak of compat structAlex Williamson1-0/+6
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah1-1/+9
2010-07-30Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno10-12/+59
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno2-7/+9
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson1-0/+10
2010-07-29cris: Correct settls1 testcase.Edgar E. Iglesias1-2/+8
2010-07-29cris: Correct ADDO and ADDOQ testcases.Edgar E. Iglesias2-3/+3
2010-07-29linux-user: Re-use load_elf_image for the main binary.Richard Henderson1-277/+103
2010-07-29linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson1-174/+167
2010-07-29linux-user: Remove partial support for a.out interpreters.Richard Henderson1-70/+9
2010-07-29linux-user: Put the stack guard page at the top.Richard Henderson1-14/+17
2010-07-29linux-user: Improve consistency checking in elf headers.Richard Henderson1-24/+33
2010-07-29linux-user: Load symbols from the interpreter.Richard Henderson1-88/+101
2010-07-29linux-user: Clean up byte-swapping in elfload.c.Richard Henderson1-71/+48
2010-07-29linux-user: Define ELF_DATA generically.Richard Henderson1-24/+6
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson3-71/+57
2010-07-29linux-user: Reindent elfload.c.Richard Henderson1-510/+518
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2-9/+44
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson1-97/+55
2010-07-28Update version for 0.13.xAnthony Liguori1-1/+1
2010-07-27Fix mingw32 buildBlue Swirl1-9/+9
2010-07-27Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl2-5/+4
2010-07-27Update version for 0.13.0-rc0Anthony Liguori1-1/+1
2010-07-26vnc: better default values for VNC optionsCorentin Chary1-7/+7
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary1-0/+2
2010-07-26vnc: threaded VNC serverCorentin Chary7-26/+682
2010-07-26qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exitCorentin Chary2-0/+26
2010-07-26vnc: fix tight png memory leakCorentin Chary1-0/+3
2010-07-26vnc: encapsulate encoding membersCorentin Chary5-156/+163