aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno
2011-04-17target-alpha: use new float64_unordered_quiet() functionAurelien Jarno
2011-04-17softfloat-native: add float*_unordered_quiet() functionsAurelien Jarno
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno
2011-04-17target-i386: use float unions from cpu-all.hAurelien Jarno
2011-04-17target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno
2011-04-17cpu-all.h: define CPU_LDoubleUAurelien Jarno
2011-04-17softfloat: use GCC builtins to count the leading zerosAurelien Jarno
2011-04-16usb: fix spelling errors in usb-linux.cBrad Hards
2011-04-16usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards
2011-04-16usb: trivial spelling fixesBrad Hards
2011-04-16Makefile: Clean up after "make pdf"Brad Hards
2011-04-16Fix some typos in comments and documentationStefan Weil
2011-04-15migration: move some declarations to migration.hBlue Swirl
2011-04-15Move CPU related functions to cpus.hBlue Swirl
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-04-15json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl
2011-04-15sparc: Fix assertion caused by empty memory slot with 0 byteStefan Weil
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini
2011-04-15Revert wrong fixes for -icount in the iothread casePaolo Bonzini
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-04-15really fix -icount in the iothread casePaolo Bonzini
2011-04-14tests/test-mmap.c: Check mmap() return value before using itPeter Maydell
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell
2011-04-13Revert SeaBIOS change due to overzealous commit -aAnthony Liguori
2011-04-13lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah
2011-04-13atapi: Drives can be locked without media presentAmit Shah
2011-04-13qed: Add support for zero clustersAnthony Liguori
2011-04-13docs: Describe zero data clusters in QED specificationStefan Hajnoczi
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki
2011-04-12target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell
2011-04-12target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VEXTPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell