Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 406 407 408 409 410 411 412 413 414 ... 570 571 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
[2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list. 2012-10-15 Dmitry Fleytman New
[v2,2/2] pci: Add INTx routing notifier 2012-07-02 Jan Kiszka New
[v2,1/2] pci: Add pci_device_route_intx_to_irq 2012-07-02 Jan Kiszka New
[06/17] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free 2012-10-24 Hans de Goede New
x86: Fixed incorrect segment base address addition 2012-07-02 Vitaly Chipounov New
fix typo of block stats query cmds examples 2012-06-28 lvroyce@linux.vnet.ibm.com New
[v3,09/23] memory: drop no-op MemoryListener callbacks 2012-10-09 Avi Kivity New
usb: selective endpoint initialization 2012-07-02 Gerd Hoffmann New
[v2,2/2] exynos4210: UART: Added using of CMU-callback functionality 2012-07-02 Maksim E. Kozlov New
[v2,1/2] ARM: exynos4210: CMU support 2012-07-02 Maksim E. Kozlov New
target-i386: implement FPREM and FPREM1 using softfloat only 2012-07-02 Catalin Patulea New
[1/6] file_ram_alloc(): coding style fixes 2012-07-02 Eduardo Habkost New
[4/6] file_ram_alloc: change length argument to size_t (v2) 2012-07-02 Eduardo Habkost New
[2/6] file_ram_alloc(): use g_strdup_printf() instead of asprintf() 2012-07-02 Eduardo Habkost New
[PULL,00/14] Trivial patches for 15 to 23 September 2012 2012-09-23 Stefan Hajnoczi New
[RFC,6/6] add -keep-mem-path-files option (v2) 2012-07-02 Eduardo Habkost New
[3/6] vl.c: change mem_prealloc to bool (v2) 2012-07-02 Eduardo Habkost New
[01/14] target-i386: Allow tsc-frequency to be larger then 2.147G 2012-09-23 Stefan Hajnoczi New
[5/5] tcg: Optimize two-address commutative operations 2012-09-18 Richard Henderson New
[5/6] file_ram_alloc(): extract temporary-file creation code to separate function (v2) 2012-07-02 Eduardo Habkost New
[1/5] tcg: Introduce movcond 2012-09-18 Richard Henderson New
[v2] x86: Fixed incorrect segment base address addition in 64-bits mode 2012-07-02 Vitaly Chipounov New
[4/5] tcg: Optimize movcond for constant comparisons 2012-09-18 Richard Henderson New
[RESEND,v2,1/4] PPC: e500: rename mpc8544ds into generic file 2012-07-02 Scott Wood New
[02/14] qemu-ga: Remove unreachable code after g_error 2012-09-23 Stefan Hajnoczi New
[RESEND,v2,2/4] PPC: e500: change internal references away from mpc8544ds 2012-07-02 Scott Wood New
[RESEND,v2,3/4] PPC: e500: split mpc8544ds machine from generic e500 code 2012-07-02 Scott Wood New
[RESEND,v2,4/4] PPC: e500: add generic e500 platform 2012-07-02 Scott Wood New
target-sparc: SPARC LEON power-down support added 2012-09-18 Ronald Hecht New
[2/5] target-alpha: Use movcond 2012-09-18 Richard Henderson New
[09/14] curses: don't initialize curses when qemu is daemonized 2012-09-23 Stefan Hajnoczi New
[04/37] target-i386: filter out not TCG features if running without kvm at realize time 2012-10-22 Igor Mammedov New
[07/37] target-i386: use visit_type_hz to parse tsc_freq property value 2012-10-22 Igor Mammedov New
[PATCHv3,2/5] seccomp: setting "-sandbox on" as deafult 2012-11-12 Eduardo Otubo New
[13/14] net/socket: Fix compiler warning (regression for MinGW) 2012-09-23 Stefan Hajnoczi New
[PATCHv3,4/5] seccomp: double whitelist support 2012-11-12 Eduardo Otubo New
[1/2] target-i386: Fix default Hypervisor level for accel=kvm. 2012-09-18 Don Slutz New
[3/5] tcg-i386: Implement movcond 2012-09-18 Richard Henderson New
[v4,07/16] memory: make mmio dispatch able to be out of biglock 2012-10-22 pingfank@linux.vnet.ibm.com New
[05/14] lm4549: Fix buffer overflow 2012-09-23 Stefan Hajnoczi New
[2/2] target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm. 2012-09-18 Don Slutz New
[10/14] TextConsole: saturate escape parameter in TTY_STATE_CSI 2012-09-23 Stefan Hajnoczi New
[03/14] qemu-sockets: Fix potential memory leak 2012-09-23 Stefan Hajnoczi New
PPC: e500: reconditionalize on CONFIG_FDT 2012-07-09 Scott Wood New
usb: selective endpoint initialization 2012-07-03 Gerd Hoffmann New
[PATCHv3,3/5] net: Disallow device hotplug that causes execve() 2012-11-12 Eduardo Otubo New
[v7,2/3] Simpletrace v2: Support multiple arguments, strings. 2012-07-03 Harsh Prateek Bora New
[v4,14/16] qdev: introduce stopping state 2012-10-22 pingfank@linux.vnet.ibm.com New
[v7,3/3] Update simpletrace.py for new log format 2012-07-03 Harsh Prateek Bora New
[v7,1/3] monitor: remove unused do_info_trace 2012-07-03 Harsh Prateek Bora New
[5/5] xhci: Add support for packets with both data and an error status 2012-10-31 Hans de Goede New
[12/14] linux-user: Remove redundant null check and replace free by g_free 2012-09-23 Stefan Hajnoczi New
[06/14] ioh3420: Remove unreachable code 2012-09-23 Stefan Hajnoczi New
[11/14] qemu-timer: simplify qemu_run_timers 2012-09-23 Stefan Hajnoczi New
[v4,16/16] e1000: implement MemoryRegionOps's ref&lock interface 2012-10-22 pingfank@linux.vnet.ibm.com New
[08/14] dtrace backend: add function to reserved words 2012-09-23 Stefan Hajnoczi New
[v7,6/6] fdc_test: introduce test_sense_interrupt 2012-07-04 Pavel Hrdina New
[02/37] target-i386: cpu_x86_register(): report error from property setter 2012-10-22 Igor Mammedov New
slirp: Ensure smbd and shared directory exist when enable smb 2012-07-03 dunrong huang New
[v4,06/16] memory: document ref, unref interface 2012-10-22 pingfank@linux.vnet.ibm.com New
[1/2] virtio-blk: support VIRTIO_BLK_F_CONFIG_WCE 2012-07-03 Paolo Bonzini New
[2/2] virtio-blk: disable write cache if not negotiated 2012-07-03 Paolo Bonzini New
Use clean shutdown request for ctrl-a x 2012-07-03 Fabien Chouteau New
[v14,03/13] Add XBZRLE documentation 2012-07-03 Orit Wasserman New
[v14,07/13] Add debugging infrastructure 2012-07-03 Orit Wasserman New
[v14,06/13] Add save_block_hdr function 2012-07-03 Orit Wasserman New
[v14,04/13] Add cache handling functions 2012-07-03 Orit Wasserman New
[v14,11/13] Add XBZRLE to ram_save_block and ram_save_live 2012-07-03 Orit Wasserman New
[V2] Use clean shutdown request for ctrl-a x 2012-07-04 Fabien Chouteau New
[v14,10/13] Add xbzrle_encode_buffer and xbzrle_decode_buffer functions 2012-07-03 Orit Wasserman New
[v14,08/13] Change ram_save_block to return -1 if there are no more changes 2012-07-03 Orit Wasserman New
[v14,13/13] Add XBZRLE statistics 2012-07-03 Orit Wasserman New
[v14,09/13] Add migration_end function 2012-07-03 Orit Wasserman New
[v14,12/13] Add set_cachesize command 2012-07-03 Orit Wasserman New
[v14,05/13] Add uleb encoding/decoding functions 2012-07-03 Orit Wasserman New
[v14,02/13] Add migration capabilities 2012-07-03 Orit Wasserman New
[v14,01/13] Add MigrationParams structure 2012-07-03 Orit Wasserman New
add text about how to use qemu-nbd with qemu 2012-07-03 Wayne Xia New
[07/14] pflash_cfi01: Fix warning caused by unreachable code 2012-09-23 Stefan Hajnoczi New
[5/7] target-s390x: Use CPU_LOG_INT 2012-09-24 Richard Henderson New
[04/14] cadence_uart: Fix buffer overflow 2012-09-23 Stefan Hajnoczi New
[RFC,11/18] target-i386: cpu_x86_init: allow APIC ID to be set by caller 2012-10-03 Eduardo Habkost New
[14/14] w32: Always use standard instead of native format strings 2012-09-23 Stefan Hajnoczi New
[59/66] target-ppc: Fix PPC_DUMP_SPR_ACCESS build 2013-03-08 Alexander Graf New
[v3,06/23] memory: export AddressSpace 2012-10-09 Avi Kivity New
[v5,1/8] atomic: introduce atomic operations 2012-10-28 pingfank@linux.vnet.ibm.com New
fix qemu compile error with --enable-debug 2012-07-04 Wanpeng Li New
[1/2] pci: convert PCIUnregisterFunc to void 2012-07-04 Alex Williamson New
q35 and ahci 2012-07-04 Jason Baron New
[40/41] fdc-test: introduce test_relative_seek 2012-07-17 Kevin Wolf New
[2/2] pci: Unregister BARs before device exit 2012-07-04 Alex Williamson New
[V2,2/3] qerror: Add error telling that streaming blocks migration 2012-07-23 Benoit Canet New
[RFC,1/4] tcg: add declarations and templates of extended MMU helpers 2012-07-04 YeongKyoon Lee New
[v3,2/2] exynos4210: UART: Added using of CMU-callback functionality 2012-07-04 Maksim E. Kozlov New
[RFC,3/4] tcg: add optimized TCG qemu_ld/st generation 2012-07-04 YeongKyoon Lee New
[RFC,4/4] configure: add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization 2012-07-04 YeongKyoon Lee New
[RFC,2/4] tcg: add extended MMU helpers to targets 2012-07-04 YeongKyoon Lee New
[54/66] target-ppc: Change "POWER7" CPU alias 2013-03-08 Alexander Graf New
[34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit() 2012-10-22 Igor Mammedov New
Fix the inconsistency in x509-dh-key-file parameter 2012-11-15 Lei Li New