index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-04-17
softfloat-native: add float*_unordered_quiet() functions
Aurelien Jarno
2011-04-17
softfloat: add float*_unordered_{,quiet}() functions
Aurelien Jarno
2011-04-17
target-i386: add floatx_{add,mul,sub} and use them
Aurelien Jarno
2011-04-17
target-i386: use float unions from cpu-all.h
Aurelien Jarno
2011-04-17
target-i386: use CPU_LDoubleU instead of a private union
Aurelien Jarno
2011-04-17
cpu-all.h: define CPU_LDoubleU
Aurelien Jarno
2011-04-17
softfloat: use GCC builtins to count the leading zeros
Aurelien Jarno
2011-04-16
usb: fix spelling errors in usb-linux.c
Brad Hards
2011-04-16
usb: initialise data element in Linux USB_DISCONNECT ioctl
Brad Hards
2011-04-16
usb: trivial spelling fixes
Brad Hards
2011-04-16
Makefile: Clean up after "make pdf"
Brad Hards
2011-04-16
Fix some typos in comments and documentation
Stefan Weil
2011-04-15
migration: move some declarations to migration.h
Blue Swirl
2011-04-15
Move CPU related functions to cpus.h
Blue Swirl
2011-04-15
Move clock related functions to qemu-timer.h
Blue Swirl
2011-04-15
Move generic or OS function declarations to qemu-common.h
Blue Swirl
2011-04-15
Use qemu-common.h or qemu-timer.h in place of sysemu.h
Blue Swirl
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
json-lexer: fix conflict with mingw32 ERROR definition
Blue Swirl
2011-04-15
sparc: Fix assertion caused by empty memory slot with 0 byte
Stefan Weil
2011-04-15
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
2011-04-15
Revert wrong fixes for -icount in the iothread case
Paolo Bonzini
2011-04-15
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
2011-04-15
really fix -icount in the iothread case
Paolo Bonzini
2011-04-14
tests/test-mmap.c: Check mmap() return value before using it
Peter Maydell
2011-04-13
target-arm: Don't overflow when calculating value for signed VABAL
Peter Maydell
2011-04-13
Revert SeaBIOS change due to overzealous commit -a
Anthony Liguori
2011-04-13
lm32: fix build breakage due to uninitialized variable 'r'
Anthony Liguori
2011-04-13
vpc.c: Use get_option_parameter() does the search
Mitnick Lyu
2011-04-13
atapi: GESN: implement 'media' subcommand
Amit Shah
2011-04-13
atapi: GESN: Standardise event response handling for future additions
Amit Shah
2011-04-13
atapi: GESN: Use structs for commonly-used field types
Amit Shah
2011-04-13
atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function
Amit Shah
2011-04-13
atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change
Amit Shah
2011-04-13
atapi: Report correct errors on guest eject request
Amit Shah
2011-04-13
atapi: Drives can be locked without media present
Amit Shah
2011-04-13
qed: Add support for zero clusters
Anthony Liguori
2011-04-13
docs: Describe zero data clusters in QED specification
Stefan Hajnoczi
2011-04-12
target-arm: Detect tininess before rounding for FP operations
Peter Maydell
2011-04-12
softfloat: Add setter function for tininess detection mode
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for VDUP (scalar)
Juha Riihimäki
2011-04-12
target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for Neon 2 register misc forms
Peter Maydell
2011-04-12
target-arm: Simplify checking of size field in Neon 2reg-misc forms
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for VEXT
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for Neon 2 regs + scalar forms
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for Neon 3-regs-different-widths
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for Neon invalid modified-immediates
Peter Maydell
2011-04-12
target-arm: Collapse VSRI case into VSHL, VSLI
Peter Maydell
2011-04-12
target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns
Peter Maydell
[next]