summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Remove unused sysemu.h include directivesBlue Swirl56-56/+0
2011-04-15json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl1-3/+3
2011-04-15sparc: Fix assertion caused by empty memory slot with 0 byteStefan Weil1-9/+12
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini3-12/+7
2011-04-15Revert wrong fixes for -icount in the iothread casePaolo Bonzini1-30/+36
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini4-2/+102
2011-04-15really fix -icount in the iothread casePaolo Bonzini1-0/+3
2011-04-14tests/test-mmap.c: Check mmap() return value before using itPeter Maydell1-1/+1
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell1-17/+21
2011-04-13Revert SeaBIOS change due to overzealous commit -aAnthony Liguori1-0/+0
2011-04-13lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori2-1/+1
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu1-6/+2
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah2-4/+115
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah1-2/+6
2011-04-13atapi: Drives can be locked without media presentAmit Shah1-7/+2
2011-04-13qed: Add support for zero clustersAnthony Liguori4-17/+66
2011-04-13docs: Describe zero data clusters in QED specificationStefan Hajnoczi1-0/+8
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell1-0/+4
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell1-0/+4
2011-04-12target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki1-0/+3
2011-04-12target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell1-1/+8
2011-04-12target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell1-5/+16
2011-04-12target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell1-76/+179
2011-04-12target-arm: Handle UNDEF cases for VEXTPeter Maydell1-0/+4
2011-04-12target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell1-10/+27
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell1-20/+36
2011-04-12target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell1-0/+10
2011-04-12target-arm: Collapse VSRI case into VSHL, VSLIPeter Maydell1-4/+0
2011-04-12target-arm: Handle UNDEF cases for Neon "2 regs and shift" insnsPeter Maydell1-19/+22
2011-04-12target-arm: Simplify three-register pairwise codeJuha Riihimäki1-11/+8
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-same insnsPeter Maydell1-11/+43
2011-04-12target-arm: Use lookup table for size check on Neon 3-reg-same insnsPeter Maydell1-64/+133
2011-04-12fix acpi regressionWen Congyang1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil8-21/+19
2011-04-12monitor: Remove some type casts which are no longer neededStefan Weil1-30/+18
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil1-1/+1
2011-04-12cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil1-3/+3
2011-04-12configure: disable opengl per defaultMichael Walle1-0/+1
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno1-20/+0
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno2-158/+92
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao10-14/+202
2011-04-12unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao4-0/+454
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao6-0/+3142
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias4-0/+78
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias1-1/+1