summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-29test: Run tests only if supported on the current hardwareRoedel, Joerg1-13/+25
2010-07-29test: verify that the emulator honours svm interceptsAvi Kivity1-0/+37
2010-07-29test: ensure svm tests are executed with interrupts disabled by defaultAvi Kivity1-0/+1
2010-07-29test: add cli() and sti() instruction accessorsAvi Kivity1-0/+10
2010-07-29test: add pause() instruction accessorAvi Kivity1-0/+5
2010-07-29test: add intercepted and unintercepted cr3 read tests for svmAvi Kivity1-1/+25
2010-07-29test: add scratch word for use by svm testsAvi Kivity1-0/+1
2010-07-29test: add svm testsAvi Kivity3-0/+183
2010-07-29test: add msr definitions headerAvi Kivity1-0/+406
2010-07-29test: add svm definitions headerAvi Kivity1-0/+328
2010-07-29test: make use of new processor.h headerAvi Kivity4-67/+14
2010-07-29test: add processor register access functionsAvi Kivity1-0/+246
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson1-0/+10
2010-07-29test: add type boolAvi Kivity1-0/+4
2010-07-29test: move memset() to libcflatAvi Kivity5-26/+14
2010-07-29test: move ARRAY_SIZE() to libcflat.hAvi Kivity2-2/+2
2010-07-29test: Add emulator test for iret instructionMohammed Gamal1-0/+79
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-27test: emulator: test LOCK NEG and LOCK NOTAvi Kivity1-3/+18
2010-07-27test: realmode: fix pusha test stackAvi Kivity1-1/+6
2010-07-27test: realmode: initialize all bits of espAvi Kivity1-1/+1
2010-07-27test: realmode: fix pusha testAvi Kivity1-3/+2
2010-07-27test: access: add test case to trigger the bug which cause hugepage mapping c...Xiao Guangrong1-0/+46
2010-07-27test: access: separate pool from ac_test_t structXiao Guangrong1-30/+41
2010-07-27test: access: separate expect status updates from ac_test_setup_pte() functionXiao Guangrong1-62/+69
2010-07-27device-assignment: Use PCI I/O port sysfs resource file when availableAlex Williamson2-86/+116
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