Age | Commit message (Expand) | Author |
2011-02-14 | Set up signalfd under !CONFIG_IOTHREAD | Jan Kiszka |
2011-02-14 | kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD | Jan Kiszka |
2011-02-14 | kvm: Refactor qemu_kvm_eat_signals | Jan Kiszka |
2011-02-14 | kvm: Set up signal mask also for !CONFIG_IOTHREAD | Jan Kiszka |
2011-02-14 | Refactor signal setup functions in cpus.c | Jan Kiszka |
2011-02-14 | kvm: Provide sigbus services arch-independently | Jan Kiszka |
2011-02-14 | kvm: Handle kvm_init_vcpu errors | Jan Kiszka |
2011-02-14 | kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn | Jan Kiszka |
2011-02-14 | kvm: Report proper error on GET_VCPU_MMAP_SIZE failures | Jan Kiszka |
2011-02-14 | Flatten the main loop | Jan Kiszka |
2011-02-14 | Leave inner main_loop faster on pending requests | Jan Kiszka |
2011-02-14 | Trigger exit from cpu_exec_all on pending IO events | Jan Kiszka |
2011-02-14 | Process vmstop requests in IO thread | Jan Kiszka |
2011-02-14 | Stop current VCPU on synchronous reset requests | Jan Kiszka |
2011-02-14 | Prevent abortion on multiple VCPU kicks | Jan Kiszka |
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 |