2011-04-17 |
Aurelien Jarno | softfloat: rename float*_eq() into float*_eq_quiet() |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-mips: use new float*_unordered*() functions |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-alpha: use new float64_unordered_quiet() function |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | softfloat-native: add float*_unordered_quiet() functions |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | softfloat: add float*_unordered_{,quiet}() functions |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-i386: add floatx_{add,mul,sub} and use them |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-i386: use float unions from cpu-all.h |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | target-i386: use CPU_LDoubleU instead of a private... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | cpu-all.h: define CPU_LDoubleU |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Aurelien Jarno | softfloat: use GCC builtins to count the leading zeros |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Brad Hards | usb: fix spelling errors in usb-linux.c |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Brad Hards | usb: initialise data element in Linux USB_DISCONNECT... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Brad Hards | usb: trivial spelling fixes |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Brad Hards | Makefile: Clean up after "make pdf" |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Stefan Weil | Fix some typos in comments and documentation |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | migration: move some declarations to migration.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | Move CPU related functions to cpus.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | Move clock related functions to qemu-timer.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | Move generic or OS function declarations to qemu-common.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | Use qemu-common.h or qemu-timer.h in place of sysemu.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | Remove unused sysemu.h include directives |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Blue Swirl | json-lexer: fix conflict with mingw32 ERROR definition |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Weil | sparc: Fix assertion caused by empty memory slot with... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paolo Bonzini | qemu_next_deadline should not consider host-time timers |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paolo Bonzini | Revert wrong fixes for -icount in the iothread case |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paolo Bonzini | enable vm_clock to "warp" in the iothread+icount case |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paolo Bonzini | really fix -icount in the iothread case |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Peter Maydell | tests/test-mmap.c: Check mmap() return value before... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Peter Maydell | target-arm: Don't overflow when calculating value for... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anthony Liguori | Revert SeaBIOS change due to overzealous commit -a |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anthony Liguori | lm32: fix build breakage due to uninitialized variable 'r' |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Mitnick Lyu | vpc.c: Use get_option_parameter() does the search |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: GESN: implement 'media' subcommand |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: GESN: Standardise event response handling for... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: GESN: Use structs for commonly-used field types |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: Move GET_EVENT_STATUS_NOTIFICATION command handl... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: Report correct errors on guest eject request |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Amit Shah | atapi: Drives can be locked without media present |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anthony Liguori | qed: Add support for zero clusters |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Stefan Hajnoczi | docs: Describe zero data clusters in QED specification |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Detect tininess before rounding for FP... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | softfloat: Add setter function for tininess detection... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Juha Riihimäki | target-arm: Handle UNDEF cases for VDUP (scalar) |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Treat UNPREDICTABLE VTBL, VTBX case as... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon 2 register... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Simplify checking of size field in Neon... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for VEXT |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon 2 regs + scalar... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon 3-regs-differen... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon invalid modifie... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Collapse VSRI case into VSHL, VSLI |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon "2 regs and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Juha Riihimäki | target-arm: Simplify three-register pairwise code |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Handle UNDEF cases for Neon 3-regs-same... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Peter Maydell | target-arm: Use lookup table for size check on Neon... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Wen Congyang | fix acpi regression |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Stefan Weil | Replace cpu_physical_memory_rw were possible |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Stefan Weil | monitor: Remove some type casts which are no longer... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Stefan Weil | exec: Remove a type cast which is no longer needed |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Stefan Weil | cpu-common: Modify cpu_physical_memory_read and cpu_phy... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Michael Walle | configure: disable opengl per default |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Aurelien Jarno | target-ppc: remove #ifdef FLOAT128 |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Aurelien Jarno | target-sh4: get rid of CPU_{Float,Double}U |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Guan Xuetao | unicore32: necessary modifications for other files... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Guan Xuetao | unicore32: add necessry headers in linux-user/unicore32... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Guan Xuetao | unicore32: add target-unicore32 directory for unicore32... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Edgar E. Iglesias | microblaze: Add partial decoding of stream insns |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Edgar E. Iglesias | microblaze: Add stream-insn related constants |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Edgar E. Iglesias | microblaze: Correct ec mask in debug print |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Edgar E. Iglesias | microblaze: Add constant for exception-code mask |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Alejandro Cabrera | microblaze: Correct MMU_ZONES mask |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Blue Swirl | ppc: remove a write-only variable |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Alexander Graf | s390x: fix virtio feature bitmap |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Alexander Graf | s390x: set alignment for long to 8 |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Jan Kiszka | musicpal: Fix registration of MMIO-less sysbus devices |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Isaku Yamahata | acpi, acpi_piix: factor out GPE logic |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dmitry Eremin... | arm: basic support for ARMv4/ARMv4T emulation |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Stefan Weil | Fix conversions from pointer to tcg_target_long |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Michael Tokarev | vnc: tight: Fix crash after 2GB of output |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Isaku Yamahata | smbus_eeprom: consolidate smbus eeprom creation oc... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Atsushi Nemoto | lan9118: Ignore write to MAC_VLAN1 register |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Isaku Yamahata | acpi, acpi_piix, vt82c686: factor out PM1_CNT logic |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Isaku Yamahata | acpi, acpi_piix, vt82c686: factor out PM1a EVT logic |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Isaku Yamahata | acpi, acpi_piix, vt82c686: factor out PM_TMR logic |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jordan Justen | hw/pflash_cfi02: Fix lazy reset of ROMD mode |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Scott Wood | configure: avoid basename usage message |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Scott Wood | mpc85xx_pci_map_irq: change "unknow" to "unknown" |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Brad Hards | event: trivial coding style fixes |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Adam Lackorzynski | multiboot: Quote filename in error message |
commit | commitdiff | tree | snapshot |
2011-04-08 |
David Gibson | ppce500_mpc8544ds: Fix compile with --enable-debug... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
David Gibson | Use existing helper function to implement popcntd instr... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
David Gibson | Delay creation of pseries device tree until reset |
commit | commitdiff | tree | snapshot |
2011-04-08 |
David Gibson | pseries: Abolish envs array |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Stefan Weil | spapr_vscsi: Set uninitialized variable |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Scott Wood | Don't call cpu_synchronize_state() from machine init. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Anthony Liguori | Merge remote branch 'kwolf/for-anthony' into staging |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Christoph Hellwig | virtio-blk: fail unaligned requests |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Alexey Kardashevskiy | virtio-balloon: fixed endianness bug in the config... |
commit | commitdiff | tree | snapshot |
next |