Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 514 515 516 517 518 519 520 521 522 ... 571 572 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
[v6,3/4] virtio-pci: Don't use ioeventfd on old kernels 2010-12-17 Stefan Hajnoczi New
[v6,3/4] vl.c: allow for repeated -sd arguments 2012-08-06 Peter A. G. Crosthwaite New
[v6,3/5] FreeSCALE i.MX31 support: Timers 2012-04-22 Peter Chubb New
[v6,3/5] coroutine: implement coroutines using gthread 2011-06-27 Stefan Hajnoczi New
[v6,3/5] qed: Table, L2 cache, and cluster functions 2010-12-06 Stefan Hajnoczi New
[v6,3/5] sockets: use error class to pass connect error 2012-04-17 Amos Kong New
[v6,3/5] timers: the rearm function should be able to handle delta = INT64_MAX 2012-04-13 Stefano Stabellini New
[v6,3/6] Change phys_ram_dirty to phys_ram_status 2010-06-04 Cam Macdonell New
[v6,3/6] MIPS: Initial support of VIA IDE controller used by fulong mini pc 2010-06-29 chen huacai New
[v6,3/6] Set runstate to INMIGRATE earlier 2012-03-15 Stefano Stabellini New
[v6,3/6] char: Let writers know how much data was written in case of errors 2010-05-04 Amit Shah New
[v6,3/6] fdc: rewrite seek and DSKCHG bit handling 2012-06-22 Pavel Hrdina New
[v6,3/6] monitor: Clean up fd sets on monitor disconnect 2012-08-03 Corey Bryant New
[v6,3/7] RTC: Add UIP(update in progress) check logic 2012-05-17 Zhang, Yang Z New
[v6,3/7] TCG: Use gen_opc_ptr from context instead of global variable. 2012-11-12 Evgeny Voevodin New
[v6,3/7] hmp: rename arguments 2012-08-03 Amos Kong New
[v6,3/7] qxl: drop qxl_spice_update_area_async definition 2012-02-24 Alon Levy New
[v6,3/7] trace: Provide a detailed event control interface 2012-06-13 Lluís Vilanova New
[v6,3/7] virtio-serial-s390: switch to the new API. 2013-04-09 fred.konrad@greensocs.com New
[v6,3/8] hotplug: introduce qdev_unplug_complete() to remove device from views 2012-11-05 pingfan liu New
[v6,3/8] qemu-options.hx: mention retrace= VGA option 2012-10-01 Matthew Ogilvie New
[v6,3/8] tracetool: Add module for the 'h' format 2012-04-02 Lluís Vilanova New
[v6,3/8] virtio-blk-pci: switch to new API. 2013-03-12 fred.konrad@greensocs.com New
[v6,3/9] ARM: KVM: Add support for KVM on ARM architecture 2013-02-22 Peter Maydell New
[v6,4/4] Add support for net bridge 2011-12-19 Corey Bryant New
[v6,4/4] Add top level changes for moxie 2013-03-02 Anthony Green New
[v6,4/4] Qemu: Add commandline -drive option 'hostcache' 2011-08-05 Supriya Kannery New
[v6,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. 2010-06-16 Yoshiaki Tamura New
[v6,4/4] docs: Document virtio PCI -device ioeventfd=on|off 2010-12-17 Stefan Hajnoczi New
[v6,4/4] guest agent: add guest agent RPCs/commands 2011-07-05 Michael Roth New
[v6,4/4] pc_sysfw: allow flash (-pflash) memory to be used with KVM 2013-05-15 jordan.l.justen@intel.com New
[v6,4/4] piix_pci: load path clean up 2011-03-28 Isaku Yamahata New
[v6,4/4] qmp/hmp: add block_set_io_throttle 2011-09-01 Zhi Yong Wu New
[v6,4/4] rbd: Add bdrv_truncate implementation 2011-05-26 Josh Durgin New
[v6,4/4] vfio: Enable vfio-pci and mark supported 2012-09-26 Alex Williamson New
[v6,4/4] xilinx_zynq: Added SD controllers 2012-08-06 Peter A. G. Crosthwaite New
[v6,4/4] xilinx_zynq: machine model initial version 2012-02-20 Peter A. G. Crosthwaite New
[v6,4/5] FreeSCALE i.MX31 support: AVIC 2012-04-22 Peter Chubb New
[v6,4/5] coroutine: add test-coroutine automated tests 2011-06-27 Stefan Hajnoczi New
[v6,4/5] qed: Read/write support 2010-12-06 Stefan Hajnoczi New
[v6,4/5] qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled 2012-04-13 Stefano Stabellini New
[v6,4/5] sockets: use error class to pass listen error 2012-04-17 Amos Kong New
[v6,4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG. 2010-06-04 Cam Macdonell New
[v6,4/6] MIPS: Initial support of VIA USB controller used by fulong mini pc 2010-06-29 chen huacai New
[v6,4/6] block: Convert open calls to qemu_open 2012-08-03 Corey Bryant New
[v6,4/6] char: Add qemu_chr_write_nb() for nonblocking writes 2010-05-04 Amit Shah New
[v6,4/6] fdc: fix interrupt handling 2012-06-22 Pavel Hrdina New
[v6,4/6] xen: record physmap changes to xenstore 2012-03-15 Stefano Stabellini New
[v6,4/7] RTC: Add divider reset support 2012-05-17 Zhang, Yang Z New
[v6,4/7] TCG: Use gen_opparam_ptr from context instead of global variable. 2012-11-12 Evgeny Voevodin New
[v6,4/7] qapi: String visitor, use %f representation for floats 2012-04-30 Michael Roth New
[v6,4/7] qapi: generate list struct and visit_list for enum 2012-08-03 Amos Kong New
[v6,4/7] qxl: require spice >= 0.8.2 2012-02-24 Alon Levy New
[v6,4/7] trace: [monitor] Use new event control interface 2012-06-13 Lluís Vilanova New
[v6,4/7] virtio-serial-ccw: switch to the new API. 2013-04-09 fred.konrad@greensocs.com New
[v6,4/8] pci: remove pci device from mem view when unplug 2012-11-05 pingfan liu New
[v6,4/8] tracetool: Add support for the 'stderr' backend 2012-04-02 Lluís Vilanova New
[v6,4/8] vga: add some optional CGA compatibility hacks 2012-10-01 Matthew Ogilvie New
[v6,4/8] virtio-blk-s390: switch to the new API. 2013-03-12 fred.konrad@greensocs.com New
[v6,4/9] ARM KVM: save and load VFP registers from kernel 2013-02-22 Peter Maydell New
[v6,5/5] FreeSCALE i.MX31 support: KZM-ARM11-01 evaluation board 2012-04-22 Peter Chubb New
[v6,5/5] coroutine: add test-coroutine --benchmark-lifecycle 2011-06-27 Stefan Hajnoczi New
[v6,5/5] main_loop_wait: block indefinitely 2012-04-13 Stefano Stabellini New
[v6,5/5] qed: Consistency check support 2010-12-06 Stefan Hajnoczi New
[v6,5/5] use inet_listen()/inet_connect() to support ipv6 migration 2012-04-17 Amos Kong New
[v6,5/6] Inter-VM shared memory PCI device 2010-06-04 Cam Macdonell New
[v6,5/6] MIPS: Initial support of fulong mini pc (CPU definition) 2010-06-29 chen huacai New
[v6,5/6] block: Convert close calls to qemu_close 2012-08-03 Corey Bryant New
[v6,5/6] char: unix/tcp: Add a non-blocking write handler 2010-05-04 Amit Shah New
[v6,5/6] fdc_test: update media_change test 2012-06-22 Pavel Hrdina New
[v6,5/6] xen mapcache: check if memory region has moved. 2012-03-15 Stefano Stabellini New
[v6,5/7] RTC:Add RTC update-ended interrupt support 2012-05-17 Zhang, Yang Z New
[v6,5/7] TCG: Use gen_opc_buf from context instead of global variable. 2012-11-12 Evgeny Voevodin New
[v6,5/7] add the QKeyCode enum and the key_defs table 2012-08-03 Amos Kong New
[v6,5/7] qxl: remove flipped 2012-02-24 Alon Levy New
[v6,5/7] trace: [default] Port to generic event information and new control interface 2012-06-13 Lluís Vilanova New
[v6,5/7] virtio-serial: cleanup: init and exit functions. 2013-04-09 fred.konrad@greensocs.com New
[v6,5/8] i8254: fix inaccuracies in pit_get_out() 2012-10-01 Matthew Ogilvie New
[v6,5/8] memory: introduce local lock for address space 2012-11-05 pingfan liu New
[v6,5/8] tracetool: Add support for the 'simple' backend 2012-04-02 Lluís Vilanova New
[v6,5/8] virtio-blk-ccw switch to new API. 2013-03-12 fred.konrad@greensocs.com New
[v6,5/9] hw/arm_gic: Add presave/postload hooks 2013-02-22 Peter Maydell New
[v6,6/6] MIPS: Initial support of fulong mini pc (machine construction) 2010-06-29 chen huacai New
[v6,6/6] block: Enable qemu_open/close to work with fd sets 2012-08-03 Corey Bryant New
[v6,6/6] fdc_test: introduce test_sense_interrupt 2012-06-22 Pavel Hrdina New
[v6,6/6] the stand-alone shared memory server for inter-VM shared memory 2010-06-04 Cam Macdonell New
[v6,6/6] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data 2010-05-04 Amit Shah New
[v6,6/6] xen: do not allocate RAM during INMIGRATE runstate 2012-03-15 Stefano Stabellini New
[v6,6/7] RTC:Add alarm support 2012-05-17 Zhang, Yang Z New
[v6,6/7] TCG: Use gen_opparam_buf from context instead of global variable. 2012-11-12 Evgeny Voevodin New
[v6,6/7] add functions to convert key/code to index of mapping table 2012-08-03 Amos Kong New
[v6,6/7] qxl: introduce QXLCookie 2012-02-24 Alon Levy New
[v6,6/7] trace: [simple] Port to generic event information and new control interface 2012-06-13 Lluís Vilanova New
[v6,6/7] virtio-serial: cleanup: use QOM casts. 2013-04-09 fred.konrad@greensocs.com New
[v6,6/8] i8259: fix so that dropping IRQ level always clears the interrupt request 2012-10-01 Matthew Ogilvie New
[v6,6/8] memory: make mmio dispatch able to be out of biglock 2012-11-05 pingfan liu New
[v6,6/8] tracetool: Add support for the 'ust' backend 2012-04-02 Lluís Vilanova New
[v6,6/8] virtio-blk: cleanup: init and exit functions. 2013-03-12 fred.konrad@greensocs.com New
[v6,6/9] target-arm: Use MemoryListener to identify GIC base address for KVM 2013-02-22 Peter Maydell New
[v6,7/7] RTC:Allow to migrate from old QEMU 2012-05-17 Zhang, Yang Z New