]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-31 Paolo Bonziniraw-win32: implement native asynchronous I/O
2012-10-31 Paolo Bonziniraw-posix: move linux-aio.c to block/
2012-10-31 Paolo Bonziniraw-win32: add emulated AIO support
2012-10-31 Paolo Bonziniraw-posix: rename raw-posix-aio.h, hide unavailable...
2012-10-31 Paolo Bonziniraw: merge posix-aio-compat.c into block/raw-posix.c
2012-10-31 Paolo Bonziniblock: switch posix-aio-compat to threadpool
2012-10-31 Paolo Bonzinithreadpool: do not take lock in event_notifier_ready
2012-10-31 Paolo Bonziniaio: add generic thread-pool facility
2012-10-31 Paolo Bonziniqemu-thread: add QemuSemaphore
2012-10-30 Michael S.... tap-win32: stubs to fix win32 build
2012-10-30 Catalin Patuleatests/tcg: fix unused result warnings
2012-10-30 Peter Maydellconfigure: use -Wwombat to test whether gcc recognizes...
2012-10-30 Richard Hendersontarget-sparc: Revert setting cpu_dst to gen_dest_gpr
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-30 Paolo Bonzinilinux-aio: use event notifiers
2012-10-30 Paolo Bonziniaio: clean up now-unused functions
2012-10-30 Paolo Bonzinimain-loop: use aio_notify for qemu_notify_event
2012-10-30 Paolo Bonzinimain-loop: use GSource to poll AIO file descriptors
2012-10-30 Paolo Bonziniaio: call aio_notify after setting I/O handlers
2012-10-30 Paolo Bonziniaio: add aio_notify
2012-10-30 Paolo Bonziniaio: make AioContexts GSources
2012-10-30 Paolo Bonziniaio: add Win32 implementation
2012-10-30 Paolo Bonziniaio: prepare for introducing GSource-based dispatch
2012-10-30 Paolo Bonziniaio: add non-blocking variant of aio_wait
2012-10-30 Paolo Bonziniaio: test node->deleted before calling io_flush
2012-10-30 Paolo Bonziniaio: add I/O handlers to the AioContext interface
2012-10-30 Paolo Bonziniaio: introduce AioContext, move bottom halves there
2012-10-30 Paolo Bonziniaio: provide platform-independent API
2012-10-30 Paolo Bonziniaio: change qemu_aio_set_fd_handler to return void
2012-10-30 Paolo Bonzinivl: init main loop earlier
2012-10-30 Paolo Bonzinievent_notifier: enable it to use pipes
2012-10-30 Paolo Bonzinievent_notifier: add Win32 implementation
2012-10-30 Paolo Bonzinibuild: do not include main loop where it is not actuall...
2012-10-30 Paolo Bonzinibuild: opts-visitor is not really part of QAPI
2012-10-30 Paolo Bonziniqemu-tool: do not depend on qemu-timer.c
2012-10-30 Paolo Bonzinimain-loop: unify qemu_init_main_loop between QEMU and...
2012-10-30 Paolo Bonziniqemu-timer: make initialization functions idempotent
2012-10-30 Paolo Bonziniwin32: add weak version of qemu_fd_register
2012-10-30 Paolo Bonziniiohandler: add weak alias in qemu-sockets.c, for qemu-ga
2012-10-30 Paolo Bonzinifdsets: use weak aliases instead of qemu-tool.c/qemu...
2012-10-30 Paolo Bonzinisockets: use weak aliases instead of qemu-tool.c
2012-10-30 Paolo Bonzinicompiler: use weak aliases to provide default definitions
2012-10-30 Paolo Bonzinibuild: move cutils.o and qemu-timer-common.o to oslib...
2012-10-30 Paolo Bonzinijanitor: move iovector functions out of cutils.c
2012-10-29 Aurelien JarnoMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-10-29 Aurelien Jarnotcg/mips: use MUL instead of MULT on MIPS32 and above
2012-10-29 Avi Kivitymemory: fix rendering of a region obscured by another
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-29 Heinz Graalfss390: sclp ascii console support
2012-10-29 Heinz Graalfss390: sclp signal quiesce support
2012-10-29 Heinz Graalfss390: sclp event support
2012-10-29 Heinz Graalfss390: sclp base support
2012-10-29 Christian Borntraegers390: use sync regs for register transfer
2012-10-29 Heinz Graalfss390/kvm_stat: correct sys_perf_event_open syscall...
2012-10-29 Alexander Grafs390x: fix -initrd in virtio machine
2012-10-29 Avi Kivitypci: avoid destroying bridge address space windows...
2012-10-29 Michael S.... virtio-net: enable mrg buf header in tap on linux
2012-10-29 Michael S.... virtio-net: test peer header support at init time
2012-10-29 Michael S.... virtio-net: minor code simplification
2012-10-29 Michael S.... virtio-net: simplify rx code
2012-10-29 Michael S.... virtio-net: switch tx to safe iov functions
2012-10-29 Michael S.... virtio-net: first s/g is always at start of buf
2012-10-29 Michael S.... virtio-net: refactor receive_hdr
2012-10-29 Michael S.... virtio-net: use safe iov operations for rx
2012-10-29 Michael S.... virtio-net: avoid sg copy
2012-10-29 Michael S.... iov: add iov_cpy
2012-10-29 Michael S.... virtio-net: track host/guest header length
2012-10-29 Avi Kivitypci: avoid destroying bridge address space windows...
2012-10-29 Jason Baronpcie: Convert PCIExpressHost to use the QOM.
2012-10-29 Jason Baronpcie: pass pcie window size to pcie_host_mmcfg_update()
2012-10-29 Jan Kiszkapci: Add class 0xc05 as 'SMBus'
2012-10-29 Isaku Yamahatapci: introduce pci_swizzle_map_irq_fn() for standardize...
2012-10-29 Isaku Yamahatapci_ids: add intel 82801BA pci-to-pci bridge id
2012-10-29 Isaku Yamahatapci: pci capability must be in PCI space
2012-10-29 Michael S.... pci: make each capability DWORD aligned
2012-10-29 Michael S.... qemu: enable PV EOI for qemu 1.3
2012-10-29 Alex Williamsonpci: Return PCI_INTX_DISABLED when no bus INTx routing...
2012-10-29 Alex Williamsonpci-assign: Use msi_get_message()
2012-10-29 Alex Williamsonmsi: Add msi_get_message()
2012-10-29 Alex Williamsonpci-assign: Use pci_intx_route_changed()
2012-10-29 Alex Williamsonpci: Helper function for testing if an INTx route changed
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-29 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-29 Aurelien JarnoMerge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp...
2012-10-29 Alexander GrafPPC: pseries: Remove hack for PIO window
2012-10-29 Alexander GrafPPC: e500: Map PIO space into core memory region
2012-10-29 Alexander Grafxen_platform: convert PIO to new memory api read/write
2012-10-29 Alexander Grafvmport: convert PIO to new memory api read/write
2012-10-29 Alexander Grafserial: convert PIO to new memory api read/write
2012-10-29 Alexander Grafrtl8139: convert PIO to new memory api read/write
2012-10-29 Alexander Grafpckbd: convert PIO to new memory api read/write
2012-10-29 Alexander Grafpc port92: convert PIO to new memory api read/write
2012-10-29 Alexander Grafmc146818rtc: convert PIO to new memory api read/write
2012-10-29 Alexander Grafm48t59: convert PIO to new memory api read/write
2012-10-29 Alexander Grafi8254: convert PIO to new memory api read/write
2012-10-29 Alexander Grafes1370: convert PIO to new memory api read/write
2012-10-29 Alexander Grafvirtio-pci: convert PIO to new memory api read/write
2012-10-29 Alexander Grafac97: convert PIO to new memory api read/write
next