Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 456 457 458 459 460 461 462 463 464 ... 568 569 Next »
Filters: State = Action Required remove filter
Patch Date Submitter Delegate State
[v2] block: Use bdrv functions to replace file operation in cow.c 2011-11-07 Zhi Hui Li New
[v2] block: Use bdrv functions to replace file operation in qcow.c 2011-11-21 Zhi Hui Li New
[v2] block: add bdrv_reopen() support for raw hdev, floppy, and cdrom 2012-11-20 Jeff Cody New
[v2] block: allow resizing of images residing on host devices 2011-09-20 Christoph Hellwig New
[v2] block: avoid SIGUSR2 2011-10-28 Kevin Wolf New
[v2] block: avoid SIGUSR2 2011-09-19 Frediano Ziglio New
[v2] block: avoid creating too large iovecs in multiwrite_merge 2010-01-26 Christoph Hellwig New
[v2] block: do_commit() does not pass along error messages for all errors 2013-01-18 Jeff Cody New
[v2] block: fix physical_block_size calculation 2010-06-15 Christoph Hellwig New
[v2] block: output more error messages if failed to create temporary snapshot 2012-09-05 dunrong huang New
[v2] block: push recursive flushing up from drivers 2012-03-12 Paolo Bonzini New
[v2] block: split raw_getlength 2010-04-06 Christoph Hellwig New
[v2] blockdev: Rename BlockdevAction -> TransactionAction 2013-05-14 Kevin Wolf New
[v2] bsd-user: OS-agnostic 64-bit SYSCTL types 2013-04-30 Ed Maste New
[v2] bsd-user: fix compile failure 2012-04-12 Peter Maydell New
[v2] bswap: Fix width of swap in leul_to_cpu 2013-02-01 Richard Henderson New
[v2] build: Use separate makefile for "trace/" 2012-12-14 Lluís Vilanova New
[v2] build: Use separate makefile for "trace/" 2012-12-14 Lluís Vilanova New
[v2] build: Use separate makefile for "trace/" 2012-12-14 Lluís Vilanova New
[v2] build: replace weak symbols with a static library 2012-11-16 Paolo Bonzini New
[v2] chardev: Use timer instead of bottom-half to postpone open event 2012-10-12 Jan Kiszka New
[v2] chardev: add hotplug support. 2012-10-12 Gerd Hoffmann New
[v2] check-qjson: More thorough testing of UTF-8 in strings 2013-02-05 Markus Armbruster New
[v2] checkpatch: add a little script to run checkpatch against a git refspec 2013-01-21 Anthony Liguori New
[v2] cleanup block driver option handling in vl.c 2010-04-06 Christoph Hellwig New
[v2] cocoa: Fix VBE function Set Display Start 2012-11-27 Henry Harrington New
[v2] configure: Default to 'cc', not 'gcc' 2012-12-07 Peter Maydell New
[v2] configure: Don't create symlinks to nonexistent targets 2011-05-25 Peter Maydell New
[v2] configure: Don't implicitly hardcode list of KVM architectures 2012-08-03 Peter Maydell New
[v2] configure: List available targets in --help output 2011-05-03 Peter Maydell New
[v2] configure: Make epoll_create1 test work around SPARC glibc bug 2011-04-26 Peter Maydell New
[v2] configure: Support QEMU cross-compiling for ARM64 host 2013-01-08 Anup Patel New
[v2] configure: add -Werror to QEMU_CFLAGS early 2012-07-09 Alexander Graf New
[v2] configure: avoid basename usage message 2011-04-08 Scott Wood New
[v2] configure: avoid screening of --{en, dis}able-usb-redir options 2011-11-24 Max Filippov New
[v2] configure: change endianness test 2012-03-14 Stuart Yoder New
[v2] configure: fix double check tests with Clang 2012-08-11 Blue Swirl New
[v2] configure: include stddef.h for NULL 2010-10-05 Scott Wood New
[v2] configure: properly check if -lrt and -lm is needed 2012-08-20 Natanael Copa New
[v2] configure: properly check if -lrt and -lm is needed 2012-08-16 Natanael Copa New
[v2] configure: remove duplicate test 2013-04-09 Paolo Bonzini New
[v2] console: Correct computation of bytes per pixel from bits per pixel 2012-08-22 BALATON Zoltan New
[v2] console: Implementing blinking of cursor 2012-07-09 Jan Kiszka New
[v2] correct error message qemu-img reported 2012-11-02 liguang New
[v2] correct migrate_set_speed's args_type 2010-11-25 Wen Congyang New
[v2] cow: use bdrv_co_is_allocated() 2011-11-23 Stefan Hajnoczi New
[v2] cpu-exec.c: Correct comment about this file and indentation cleanup 2012-02-06 陳韋任 New
[v2] dataplane: remove EventPoll in favor of AioContext 2013-02-22 Paolo Bonzini New
[v2] deal with guest paniced event 2012-03-07 Wen Congyang New
[v2] device-assignment: Rework "name" of assigned pci device 2010-06-29 Hidetoshi Seto New
[v2] device_tree: Add support for reading device tree properties 2012-07-10 Peter Maydell New
[v2] disable sigcld handling before calling pclose() 2010-12-21 Wen Congyang New
[v2] dma: Avoid reentrancy in DMA transfer handlers 2011-10-31 Kevin Wolf New
[v2] do not chdir(/) in qemu-nbd before opening all files 2012-01-16 Michael Tokarev New
[v2] doc: Update monitor info subcommands 2010-05-12 Stefan Hajnoczi New
[v2] doc: document -netdev hubport 2013-02-21 Stefan Hajnoczi New
[v2] e1000: Fix multi-descriptor packet checksum offload 2011-03-07 Stefan Hajnoczi New
[v2] e1000: pre-initialize RAH/RAL registers 2012-10-31 Gabriel L. Somlo New
[v2] ehci: remove hack 2012-04-17 Gerd Hoffmann New
[v2] esp: add Tekram DC-390 emulation (PC SCSI adapter) 2012-08-02 Hervé Poussineau New
[v2] esp: add Tekram DC-390 emulation (PC SCSI adapter) 2012-08-02 Paolo Bonzini New
[v2] esp: cancel current request only if some request is in flight 2011-07-09 Hervé Poussineau New
[v2] exec.c: Fix subpage memory access to RAM MemoryRegion 2011-11-30 Andreas Färber New
[v2] exec.c: Use tb1->phys_hash_next directly in tb_remove 2012-11-20 陳韋任 New
[v2] exec: make -mem-path filenames deterministic 2013-03-01 Peter Feiner New
[v2] exynos4210/mct: Avoid infinite loop on non incremental timers 2012-12-03 Jean-Christophe DUBOIS New
[v2] fdc: fix media change detection for windows 2012-06-05 Pavel Hrdina New
[v2] fix info qtree indention 2012-07-11 Gerd Hoffmann New
[v2] fix qemu_flush_queued_packets() in presence of a hub 2013-02-05 Luigi Rizzo New
[v2] fix unbounded NetQueue 2013-02-05 Luigi Rizzo New
[v2] fix vnc regression 2011-03-01 Wen Congyang New
[v2] fw_cfg: Use g_file_get_contents instead of multiple fread() calls 2011-10-24 Pavel Borzenkov New
[v2] gdbstub: Close connection in gdb_exit 2011-01-13 Fabien Chouteau New
[v2] gtk: Fix accelerator filtering 2013-02-25 Jan Kiszka New
[v2] gtk: Release modifier when graphic console loses keyboard focus 2013-02-26 Jan Kiszka New
[v2] gtk: Rename File to Machine menu and add stop, reset and power-down items 2013-02-22 Jan Kiszka New
[v2] gtk: Replace bogus term "VGA" with "Screen" 2013-02-22 Jan Kiszka New
[v2] handle device help before accelerator set up 2012-08-09 Bruce Rogers New
[v2] hmp/qxl: info spice: add qxl info 2012-05-24 Alon Levy New
[v2] hmp: fix info cpus for sparc targets 2012-10-19 Aurelien Jarno New
[v2] hw/a9mpcore: Fix compilation failure if physaddrs are 64 bit 2012-05-22 Peter Maydell New
[v2] hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers 2012-10-14 Andre Beckus New
[v2] hw/i386/pc: reject to boot a wrong header magic kernel 2013-04-01 liguang New
[v2] hw/integratorcp: Fix bugs in writes to CM_CTRL system register 2011-09-12 Peter Maydell New
[v2] hw/nand.c: bug fix to BUSY/READY status bit 2013-01-25 Kuo-Jung Su New
[v2] hw/nand.c: bug fix to erase operation 2013-01-25 Kuo-Jung Su New
[v2] hw/pc: Support system flash memory with -pflash parameter 2011-03-24 jordan.l.justen@intel.com New
[v2] hw/pl110: Fix spelling of 'palette' 2012-08-27 Peter Maydell New
[v2] hw/vexpress.c: Add NOR flash model 2012-03-21 walimis New
[v2] hw/virtio-9p-local.c: Remove unnecessary null char in symlink file 2010-12-21 Harsh Prateek Bora New
[v2] hw/virtio-serial-bus: post_load send_event when vm is running 2012-11-17 Alon Levy New
[v2] hw/wm8731: add WM8731 codec support 2013-01-25 Kuo-Jung Su New
[v2] hw: Add VMware's GETHZ command. 2012-08-31 Don Slutz New
[v2] i.MX: implement a more correct version of EPIT timer. 2013-04-10 Jean-Christophe DUBOIS New
[v2] ide: Adds "model=s" option, allowing the user to override the default disk model name "QEMU HARDDISK" 2012-03-12 Floris Bos New
[v2] ide: Clear error_status after restarting flush 2011-06-15 Kevin Wolf New
[v2] ide: Register vm change state handler once only 2010-12-16 Stefan Hajnoczi New
[v2] ifname=xxx for -netdev bridge 2013-03-24 Alexandre Kandalintsev New
[v2] ignore patch related files 2011-05-18 Mike Frysinger New
[v2] ioport: Fix duplicated code 2010-11-11 Luiz Capitulino New