Age | Commit message (Expand) | Author |
2011-02-14 | io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond | Anthony Liguori |
2011-02-12 | vmmouse: fix queue_size field initialization | Blue Swirl |
2011-02-12 | hpet: make optional | Blue Swirl |
2011-02-12 | sysbus: add creation function that may fail | Blue Swirl |
2011-02-12 | x86: make vmmouse optional | Blue Swirl |
2011-02-12 | isa: add creation function that may fail | Blue Swirl |
2011-02-12 | vmmouse: convert to qdev | Blue Swirl |
2011-02-12 | vmport: convert to qdev | Blue Swirl |
2011-02-12 | x86,MIPS: make vmware_vga optional | Blue Swirl |
2011-02-12 | pci: add creation functions that may fail | Blue Swirl |
2011-02-12 | qdev: add creation function that may fail | Blue Swirl |
2011-02-12 | vmware_vga: refactor device creation | Blue Swirl |
2011-02-11 | mst_fpga: Drop one more pxa.h inclusion. | Andrzej Zaborowski |
2011-02-11 | pxa2xx: convert i2c master to use qdev/vmsd | Dmitry Eremin-Solenikov |
2011-02-11 | max7310: finish qdev'ication | Dmitry Eremin-Solenikov |
2011-02-11 | tosa: we aren't connected to VBus, pass this info to Linux kernel | Dmitry Eremin-Solenikov |
2011-02-11 | mainstone: pass one irq to the mst_fpga instead of the whole PIC | Dmitry Eremin-Solenikov |
2011-02-11 | Drop unnecessary inclusions of pxa.h header | Dmitry Eremin-Solenikov |
2011-02-11 | Add scoop post_load callback that sets IRQs to loaded levels | Dmitry Eremin-Solenikov |
2011-02-11 | tc6393xb: correct NAND isr assertion | Dmitry Eremin-Solenikov |
2011-02-11 | sysbus: print number of irqs in dev_print | Dmitry Eremin-Solenikov |
2011-02-11 | .gitignore: ignore vi swap files and ctags files | Dmitry Eremin-Solenikov |
2011-02-11 | arm: drop unused irq-related part of CPUARMState | Dmitry Eremin-Solenikov |
2011-02-10 | target-arm: Remove stray #include from middle of neon_helper.c | Peter Maydell |
2011-02-10 | linux-user/arm: fix compilation failures using softfloat's struct types | Peter Maydell |
2011-02-10 | softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES | Peter Maydell |
2011-02-10 | target-arm: Use standard FPSCR for Neon half-precision operations | Peter Maydell |
2011-02-10 | target-arm: Silence NaNs resulting from half-precision conversions | Peter Maydell |
2011-02-10 | softfloat: Correctly handle NaNs in float16_to_float32() | Peter Maydell |
2011-02-10 | softfloat: Fix single-to-half precision float conversions | Peter Maydell |
2011-02-10 | softfloat: Honour default_nan_mode for float-to-float conversions | Christophe Lyon |
2011-02-10 | softfloat: Add float16 type and float16 NaN handling functions | Peter Maydell |
2011-02-10 | Make tb_alloc static | Tristan Gingold |
2011-02-10 | microblaze: Handle singlestepping over direct jmps | Edgar E. Iglesias |
2011-02-09 | Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu | Aurelien Jarno |
2011-02-09 | target-arm: implement vsli.64, vsri.64 | Christophe Lyon |
2011-02-09 | target-arm: fix VSHLL Neon instruction. | Christophe Lyon |
2011-02-09 | [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor | Chris Dearman |
2011-02-09 | target-arm: Fix 32 bit signed saturating narrow | Peter Maydell |
2011-02-09 | target-arm: Fix VQMOVUN Neon instruction. | Juha Riihimäki |
2011-02-09 | linux-user: fix for loopmount ioctl | Martin Mohring |
2011-02-09 | linux-user: fix build errors for mmap2-only ports | Mike Frysinger |
2011-02-09 | user: speed up init_paths a bit | Mike Frysinger |
2011-02-09 | linux-user: implement sched_{g,s}etaffinity | Mike Frysinger |
2011-02-09 | linux-user/FLAT: allow targets to override FLAT processing | Mike Frysinger |
2011-02-09 | linux-user/FLAT: fix auto-stack sizing | Mike Frysinger |
2011-02-09 | linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace | Mike Frysinger |
2011-02-09 | linux-user: add ppoll syscall support | Mike Frysinger |
2011-02-09 | linux-user/elfload: add FDPIC support | Mike Frysinger |
2011-02-09 | linux-user: fix sizeof handling for getsockopt | Mike Frysinger |