Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 473 474 475 476 477 478 479 480 481 ... 569 570 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
aio: Use g_slice_alloc() for AIOCB pooling 2012-10-31 Stefan Hajnoczi New
[1/5] usb: split packet result into actual_length + status 2012-10-31 Hans de Goede New
[5/8] usb-redir: Add an usbredir_setup_usb_eps() helper function 2012-10-31 Hans de Goede New
[7/8] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller 2012-10-31 Hans de Goede New
[8/8] usb-redir: Allow redirecting super speed devices to high speed controllers 2012-10-31 Hans de Goede New
[3/8] usb-redir: Add support for 32 bits bulk packet length 2012-10-31 Hans de Goede New
[4/5] ehci: Add support for packets with both data and an error status 2012-10-31 Hans de Goede New
tests: allow qemu-iotests to be run against nbd backend 2012-10-31 Nicholas Thomas New
[v2,00/36] hw/ reorganization, part 2 2013-04-02 Paolo Bonzini New
[16/35] hw: move SSI controllers to hw/ssi/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[34/35] MAINTAINERS: update for source code movement 2013-04-02 Paolo Bonzini New
[18/35] hw: move more files to hw/xen/ 2013-04-02 Paolo Bonzini New
[17/35] hw: move SCSI controllers to hw/scsi/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[v2,02/39] build: move cutils.o and qemu-timer-common.o to oslib-obj-y 2012-10-31 Paolo Bonzini New
[v2,03/39] compiler: use weak aliases to provide default definitions 2012-10-31 Paolo Bonzini New
[14/35] hw: move display devices to hw/display/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[30/35] hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[26/31] usb-redir: Add support for 32 bits bulk packet length 2012-11-01 Gerd Hoffmann New
[35/35] hw: move private headers to hw/ subdirectories. 2013-04-02 Paolo Bonzini New
[26/35] hw: move interrupt controllers to hw/intc/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[23/35] hw: move PCI bridges to hw/pci/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[27/35] hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[v2,30/39] linux-aio: use event notifiers 2012-10-31 Paolo Bonzini New
[v2,14/39] event_notifier: enable it to use pipes 2012-10-31 Paolo Bonzini New
[4/5] KVM: s390: Base infrastructure for enabling capabilities. 2012-10-31 Cornelia Huck New
[3/5] KVM: s390: In-kernel handling of I/O instructions. 2012-10-31 Cornelia Huck New
[31/35] hw: move hw/kvm/ to hw/i386/kvm 2013-04-02 Paolo Bonzini New
[v2,15/39] vl: init main loop earlier 2012-10-31 Paolo Bonzini New
[29/35] hw: move other devices to hw/misc/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[v2,08/39] qemu-timer: make initialization functions idempotent 2012-10-31 Paolo Bonzini New
[33/35] hw: move last file to hw/arm/ 2013-04-02 Paolo Bonzini New
[v2,31/39] qemu-thread: add QemuSemaphore 2012-10-31 Paolo Bonzini New
[v2,13/39] event_notifier: add Win32 implementation 2012-10-31 Paolo Bonzini New
[11/35] hw: move NICs to hw/net/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[v2,12/39] build: do not include main loop where it is not actually used 2012-10-31 Paolo Bonzini New
[v2,28/39] main-loop: use aio_notify for qemu_notify_event 2012-10-31 Paolo Bonzini New
[v2,16/39] aio: change qemu_aio_set_fd_handler to return void 2012-10-31 Paolo Bonzini New
[02/31] openpic: remove pcsr (CPU sensitivity register) 2013-01-07 Alexander Graf New
[v2,05/39] fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c 2012-10-31 Paolo Bonzini New
[09/31] PPC: Reset qemu timers when guest reset 2013-01-07 Alexander Graf New
[28/35] hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[v2,25/39] aio: add aio_notify 2012-10-31 Paolo Bonzini New
[v2,36/39] raw-posix: rename raw-posix-aio.h, hide unavailable prototypes 2012-10-31 Paolo Bonzini New
[v2,29/39] aio: clean up now-unused functions 2012-10-31 Paolo Bonzini New
[2/5] qemu-ga: win32: add _ov suffix to current GSource functions 2012-10-31 Luiz Capitulino New
[5/5] qemu-ga: win32: add isa-serial support 2012-10-31 Luiz Capitulino New
[4/5] qemu-ga: win32: isolate virtio-serial specific code 2012-10-31 Luiz Capitulino New
[v2,09/39] main-loop: unify qemu_init_main_loop between QEMU and tools 2012-10-31 Paolo Bonzini New
[v2,33/39] threadpool: do not take lock in event_notifier_ready 2012-10-31 Paolo Bonzini New
[04/35] hw: move target-independent files to subdirectories 2013-04-02 Paolo Bonzini New
[v2,27/39] main-loop: use GSource to poll AIO file descriptors 2012-10-31 Paolo Bonzini New
[v2,38/39] raw-posix: move linux-aio.c to block/ 2012-10-31 Paolo Bonzini New
[22/35] hw: move SD/MMC devices to hw/sd/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[v2,17/39] aio: provide platform-independent API 2012-10-31 Paolo Bonzini New
[24/35] hw: move VFIO and ivshmem to hw/pci/ 2013-04-02 Paolo Bonzini New
[13/35] hw: move audio devices to hw/audio/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[02/35] hw: make subdirectories for devices 2013-04-02 Paolo Bonzini New
[12/35] hw: move block devices to hw/block/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[07/35] hw: make all of hw/usb/ configurable via default-configs/ 2013-04-02 Paolo Bonzini New
[08/35] hw: make all of hw/pci/ configurable via default-configs/ 2013-04-02 Paolo Bonzini New
[2/8] object: add object_property_add_bool (v2) 2012-10-31 Anthony Liguori New
[07/31] xhci: add port trace points 2012-11-01 Gerd Hoffmann New
[RFC,04/13] fw_cfg: move typedef to qemu/typedefs.h 2013-05-13 Michael S. Tsirkin New
[21/35] hw: move timer devices to hw/timer/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
Add configure clock_gettime() monotonic time test 2013-04-02 Brad New
[v2,3/3] aio: rename AIOPool to AIOCBInfo 2012-10-31 Stefan Hajnoczi New
[15/35] hw: move I2C controllers to hw/i2c/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[09/35] hw: move watchdogs to hw/watchdog, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[06/35] hw: make all of hw/ide/ configurable via default-configs/ 2013-04-02 Paolo Bonzini New
[10/35] hw: move MC146818RTC to hw/timer/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[PULL,1/4] oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 2013-04-02 Luiz Capitulino New
[PULL,2/4] net: ensure "socket" backend uses non-blocking fds 2013-04-02 Luiz Capitulino New
[RFC,08/13] range: add Range structure 2013-05-13 Michael S. Tsirkin New
[04/14] vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macro 2013-04-05 Peter Maydell New
[RFC,02/13] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h 2013-05-13 Michael S. Tsirkin New
[06/28] qapi: qapi_visit.py, support generating static functions 2012-10-31 Michael Roth New
[10/28] qapi: QmpOutputVisitor, implement array handling 2012-10-31 Michael Roth New
[PULL,4/4] chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors 2013-04-02 Luiz Capitulino New
[32/35] hw: move another file to hw/alpha/ 2013-04-02 Paolo Bonzini New
[15/28] qapi: ordereddict, add to_json() method 2012-10-31 Michael Roth New
[04/28] qapi: qapi_visit.py, make code useable as module 2012-10-31 Michael Roth New
[12/28] qapi: QmpInputVisitor, don't re-allocate memory in start_struct 2012-10-31 Michael Roth New
[11/28] qapi: QmpInputVisitor, implement array handling 2012-10-31 Michael Roth New
[20/28] qom-fuse: workaround for truncated properties > 4096 2012-10-31 Michael Roth New
[08/28] qapi: qapi_visit.py, support for q_string annotations 2012-10-31 Michael Roth New
[07/28] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs 2012-10-31 Michael Roth New
[17/28] qapi: add open-coded visitors for struct tm/Int128 types 2012-10-31 Michael Roth New
[PULL,3/4] qemu-socket: set passed fd non-blocking in socket_connect() 2013-04-02 Luiz Capitulino New
[25/35] hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[19/35] hw: move char devices to hw/char/, configure via default-configs/ 2013-04-02 Paolo Bonzini New
[20/35] hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ 2013-04-02 Paolo Bonzini New
[V5,01/10] qemu-option: opt_set(): split it up into more functions 2012-11-01 Robert Wang New
[V5,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication 2012-11-01 Robert Wang New
[V15,2/6] make path_has_protocol non static 2012-11-01 Robert Wang New
[V5,08/10] Create four opts list related functions 2012-11-01 Robert Wang New
[V5,04/10] introduce qemu_opts_create_nofail function 2012-11-01 Robert Wang New
[RFC,v3,3/3] update rom_reset 2012-11-01 Olivia Yin New
[RFC,v3,2/3] use reset handlers to reload kernel and initrd 2012-11-01 Olivia Yin New
configure: remove unset variables 2013-04-02 Paolo Bonzini New
[V15,6/6] qemu-iotests: add add-cow iotests support. 2012-11-01 Robert Wang New