]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2011-02-20 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-20 Blue Swirli8254: convert to qdev
2011-02-20 Blue Swirlvga-isa: make optional
2011-02-20 Blue Swirlvga-isa: convert to qdev
2011-02-20 Blue Swirlapplesmc: make optional
2011-02-20 Blue Swirlfdc: make optional
2011-02-20 Blue Swirlfdc: refactor device creation
2011-02-20 Blue Swirlfdc: use FDriveType for floppy drive type
2011-02-20 Blue Swirlfdc: move floppy geometry guessing to block.c
2011-02-20 Blue Swirlserial: make optional
2011-02-20 Blue Swirlserial: refactor device creation
2011-02-20 Blue Swirlne2000_isa: make optional
2011-02-20 Blue Swirlne2000_isa: refactor device creation
2011-02-20 Blue Swirlparallel: make optional
2011-02-20 Blue Swirlparallel: refactor device creation
2011-02-17 Marcelo TosattiFix vmport segfault (v2)
2011-02-17 Laurent Vivierlinux-user: correct core dump format
2011-02-17 Laurent Vivierlinux-user: Define target alignment size
2011-02-17 Peter Maydelllinux-user: Support the epoll syscalls
2011-02-17 Laurent Vivierlinux-user: in linux-user/strace.c, tswap() is useless
2011-02-17 Laurent Vivierlinux-user: add rmdir() strace
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-16 Tristan GingoldHandle icount for powerpc tbl/tbu/decr load and store.
2011-02-16 Dmitry Eremin... Merge mainstone.h header into mainstone.c
2011-02-16 Dmitry Eremin... mainstone: convert FPGA emulation code to use QDev...
2011-02-16 Dmitry Eremin... mainstone: correct and simplify irq handling
2011-02-14 Anthony LiguoriFix build from previous commit
2011-02-14 Bruce RogersPATCH] slirp: fix buffer overrun
2011-02-14 Gleb Natapovcorrectly check ppr priority during interrupt injection]
2011-02-14 Anthony Liguoriio-thread: make sure to initialize qemu_work_cond and...
2011-02-14 Jan Kiszkakvm: x86: Introduce kvmclock device to save/restore...
2011-02-14 Jan Kiszkakvm: Make kvm_state globally available
2011-02-14 Jan Kiszkacirrus: Remove obsolete kvm.h include
2011-02-14 Anthony PERARDIntroduce log_start/log_stop in CPUPhysMemoryClient
2011-02-14 Jan Kiszkakvm: Remove unneeded memory slot reservation
2011-02-14 Jan Kiszkakvm: x86: Catch and report failing IRQ and NMI injections
2011-02-14 Jan Kiszkakvm: Drop return values from kvm_arch_pre/post_run
2011-02-14 Jan Kiszkakvm: x86: Prepare VCPU loop for in-kernel irqchip
2011-02-14 Jan Kiszkakvm: Separate TCG from KVM cpu execution
2011-02-14 Jan KiszkaMove debug exception handling out of cpu_exec
2011-02-14 Jan KiszkaRefactor debug and vmstop request interface
2011-02-14 Jan KiszkaImprove vm_stop reason declarations
2011-02-14 Jan KiszkaFix a few coding style violations in cpus.c
2011-02-14 Jan KiszkaRefactor cpu_has_work/any_cpu_has_work in cpus.c
2011-02-14 Jan KiszkaRefactor kvm&tcg function names in cpus.c
2011-02-14 Glauber Costakvm: make tsc stable over migration and machine start
2011-02-14 Jan Kiszkakvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
2011-02-14 Jan Kiszkakvm: Remove static return code of kvm_handle_io
2011-02-14 Jan Kiszkakvm: Unconditionally reenter kernel after IO exits
2011-02-14 Jan KiszkaIntroduce VCPU self-signaling service
2011-02-14 Jan Kiszkakvm: Add MCE signal support for !CONFIG_IOTHREAD
2011-02-14 Jan Kiszkakvm: Fix race between timer signals and vcpu entry...
2011-02-14 Jan KiszkaSet up signalfd under !CONFIG_IOTHREAD
2011-02-14 Jan Kiszkakvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
2011-02-14 Jan Kiszkakvm: Refactor qemu_kvm_eat_signals
2011-02-14 Jan Kiszkakvm: Set up signal mask also for !CONFIG_IOTHREAD
2011-02-14 Jan KiszkaRefactor signal setup functions in cpus.c
2011-02-14 Jan Kiszkakvm: Provide sigbus services arch-independently
2011-02-14 Jan Kiszkakvm: Handle kvm_init_vcpu errors
2011-02-14 Jan Kiszkakvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
2011-02-14 Jan Kiszkakvm: Report proper error on GET_VCPU_MMAP_SIZE failures
2011-02-14 Jan KiszkaFlatten the main loop
2011-02-14 Jan KiszkaLeave inner main_loop faster on pending requests
2011-02-14 Jan KiszkaTrigger exit from cpu_exec_all on pending IO events
2011-02-14 Jan KiszkaProcess vmstop requests in IO thread
2011-02-14 Jan KiszkaStop current VCPU on synchronous reset requests
2011-02-14 Jan KiszkaPrevent abortion on multiple VCPU kicks
2011-02-12 Blue Swirlvmmouse: fix queue_size field initialization
2011-02-12 Blue Swirlhpet: make optional
2011-02-12 Blue Swirlsysbus: add creation function that may fail
2011-02-12 Blue Swirlx86: make vmmouse optional
2011-02-12 Blue Swirlisa: add creation function that may fail
2011-02-12 Blue Swirlvmmouse: convert to qdev
2011-02-12 Blue Swirlvmport: convert to qdev
2011-02-12 Blue Swirlx86,MIPS: make vmware_vga optional
2011-02-12 Blue Swirlpci: add creation functions that may fail
2011-02-12 Blue Swirlqdev: add creation function that may fail
2011-02-12 Blue Swirlvmware_vga: refactor device creation
2011-02-11 Andrzej Zaborowskimst_fpga: Drop one more pxa.h inclusion.
2011-02-11 Dmitry Eremin... pxa2xx: convert i2c master to use qdev/vmsd
2011-02-11 Dmitry Eremin... max7310: finish qdev'ication
2011-02-11 Dmitry Eremin... tosa: we aren't connected to VBus, pass this info to...
2011-02-11 Dmitry Eremin... mainstone: pass one irq to the mst_fpga instead of...
2011-02-11 Dmitry Eremin... Drop unnecessary inclusions of pxa.h header
2011-02-11 Dmitry Eremin... Add scoop post_load callback that sets IRQs to loaded...
2011-02-11 Dmitry Eremin... tc6393xb: correct NAND isr assertion
2011-02-11 Dmitry Eremin... sysbus: print number of irqs in dev_print
2011-02-11 Dmitry Eremin... .gitignore: ignore vi swap files and ctags files
2011-02-11 Dmitry Eremin... arm: drop unused irq-related part of CPUARMState
2011-02-10 Peter Maydelltarget-arm: Remove stray #include from middle of neon_h...
2011-02-10 Peter Maydelllinux-user/arm: fix compilation failures using softfloa...
2011-02-10 Peter Maydellsoftfloat: Fix compilation failures with USE_SOFTFLOAT_...
2011-02-10 Peter Maydelltarget-arm: Use standard FPSCR for Neon half-precision...
2011-02-10 Peter Maydelltarget-arm: Silence NaNs resulting from half-precision...
2011-02-10 Peter Maydellsoftfloat: Correctly handle NaNs in float16_to_float32()
2011-02-10 Peter Maydellsoftfloat: Fix single-to-half precision float conversions
2011-02-10 Christophe... softfloat: Honour default_nan_mode for float-to-float...
2011-02-10 Peter Maydellsoftfloat: Add float16 type and float16 NaN handling...
2011-02-10 Tristan GingoldMake tb_alloc static
next