Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 3 4 5 6 7 8 9 10 ... 567 568 Next »
Filters: State = Action Required remove filter
Patch Date Submitter Delegate State
spelling typo (paramters) in audio/alsaaudio.c 2010-02-26 Vagrant Cascadian New
[1/6] monitor: Don't check for mon_get_cpu() failure 2010-01-15 Markus Armbruster New
[1/3] qcow2: Factor next_refcount_table_size out 2010-02-15 Kevin Wolf New
[SeaBIOS] QEMU regression problems 2010-04-21 Kevin O'Connor New
[2/3] Fix __VA__ARGS__ typo in cris mmu.c 2010-05-19 Riccardo Magliocchetti New
[3/6] monitor: convert do_memory_save() to QError 2010-01-15 Markus Armbruster New
[7/9] Introduce qemu_set_fd_poll_handler() 2010-03-09 Juan Quintela New
[2/6] QError: New QERR_FOPEN_FAILED 2010-01-15 Markus Armbruster New
[1/2] ehci: Fix error detection when registering a new list base address 2010-05-10 Vincent Palatin New
[1/3] Fix typo in balloon help 2010-05-19 Riccardo Magliocchetti New
[2/2] ehci: Fix debug traces 2010-05-10 Vincent Palatin New
[-V4,6/7] virtio-9p: Implemented Security model for lstat and fstat 2010-05-26 jvrao New
pci: add const to pci_is_express(), pci_config_size(). 2010-05-27 Isaku Yamahata New
[1/2] Compile pckbd only once 2010-05-17 Blue Swirl New
s390x: fix cksm instruction 2011-05-30 Alexander Graf New
[2/2] pckbd: improve debugging 2010-05-17 Blue Swirl New
sparc32 do_unassigned_access overhaul 2010-01-15 Artyom Tarasenko New
pci: fix pci_default_read_config(). 2010-05-27 Isaku Yamahata New
[2/2] Add support for Zipit Z2 machine 2011-05-31 Vasily Khoruzhick New
pci: clean up of pci_set_default_subsystem_id(). 2010-05-27 Isaku Yamahata New
[trivial,one-liner] be more specific in -mem-path error messages 2010-03-16 Michael Tokarev New
[1/2] pxa2xx_lcd: add proper rotation support 2011-05-31 Vasily Khoruzhick New
ppc: provide PIR register on all book-S CPUs 2011-05-31 Nathan Whitehorn New
virtio: Add memory statistics reporting to the balloon driver (V7) 2010-01-15 Adam Litke New
(curses) Use more descriptive values 2010-02-28 Samuel Thibault New
Fix curses interaction with keymaps 2010-02-28 Samuel Thibault New
[STABLE] Fix corner case in chardev udp: parameter 2010-01-15 Jan Kiszka New
QEMU e820 reservation patch 2010-02-15 Jes Sorensen New
[2/2] xen: add missing include 2012-12-20 Paolo Bonzini New
[-v2,08/22] virtio-9p: Implement P9_TCLUNK 2010-03-16 Aneesh Kumar K.V New
[-v2,07/22] virtio-9p: Implement P9_TREAD 2010-03-16 Aneesh Kumar K.V New
Seabios e820 reservation portion 2010-02-15 Jes Sorensen New
.gitignore: Ignore libdis*, qemu-options.def 2010-06-24 Stefan Weil New
sparc32 do_unassigned_access overhaul v2 2010-01-15 Artyom Tarasenko New
sparc32 do not clear interrupts when masking 2010-01-15 Artyom Tarasenko New
[10/12] linux-user: Remove partial support for a.out interpreters. 2010-05-05 Richard Henderson New
sparc32 fix spurious dma interrupts v2 2010-02-15 Artyom Tarasenko New
vga-isa-mm: remove one #ifdef CONFIG_BOCHS_VBE. 2010-05-27 Isaku Yamahata New
[v2,02/11] error: New QERR_DUPLICATE_ID 2010-03-22 Markus Armbruster New
msix: remove duplicated defines. 2010-05-27 Isaku Yamahata New
[-V4,09/21] virtio-9p: Add P9_TVERSION support 2010-04-09 Aneesh Kumar K.V New
[-V4,15/21] virtio-9p: Add P9_TCLUNK support 2010-04-09 Aneesh Kumar K.V New
Documentation: Add missing documentation for qdev related command line options 2010-01-16 Stefan Weil New
ppc64: fix mtmsr behavior on 64-bit targets 2011-05-31 Nathan Whitehorn New
[1/9] Convert io handlers to QLIST 2010-03-09 Juan Quintela New
win32: Add define for missing EPROTONOSUPPORT 2010-06-24 Stefan Weil New
[V3,1/2] hd-geometry.c: Integrate HDIO_GETGEO in guessing for target-s390x 2013-02-08 elelueck@linux.vnet.ibm.com New
[V3,2/2] virtio-block: support auto-sensing of block sizes 2013-02-08 elelueck@linux.vnet.ibm.com New
fix linux-user microblaze ELF_ARCH definition 2010-01-17 Mike Frysinger New
Re: linux-user issues 2010-03-14 malc New
[v2,1/4] Make CDROM a read-only drive 2010-01-17 Naphtali Sprei New
block: fix cache flushing in bdrv_commit 2010-01-17 Christoph Hellwig New
vfio: Fix free in dma mapping error path 2011-04-29 Alex Williamson New
linux-user: adapt uname machine to emulated CPU 2010-01-17 Loïc Minier New
Fix missing symbols in .rela.plt sections 2010-01-17 Loïc Minier New
Add -static earlier to LDFLAGS for compile_prog() 2010-01-17 Loïc Minier New
Re: [PATCH 0/4] Fix printf calls embedding preprocessor directives 2010-02-05 Sheng Yang New
Check for sdl-config before calling it 2010-01-17 Loïc Minier New
Fix build on FreeBSD 2011-05-31 Nathan Whitehorn New
[STABLE] Add qerror message if the 'change' target filename can't be opened 2010-04-09 Ryan Harper New
[v2,2/4] Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. 2010-01-17 Naphtali Sprei New
[v2,3/4] Added drives' readonly option 2010-01-17 Naphtali Sprei New
[v2,4/4] Disable fall-back to read-only when cannot open drive's file for read-write 2010-01-17 Naphtali Sprei New
[06/21] error: Convert qemu_opts_create() to QError 2010-04-05 Luiz Capitulino New
Weird thing happen when the VM is stop! (0.12.3) 2010-04-09 Jun Koi New
Check for sdl-config before calling it 2010-01-17 Loïc Minier New
[For,stable-0.12] Sync OSS_GETVERSION handling with head 2010-01-17 Juergen Lock New
[1/2] document bootindex option 2011-04-12 Glauber Costa New
microblaze: Fix two format specifiers in disassembler 2010-04-09 Stefan Weil New
[RFC,V2,15/16] qcow2: returns deduplication metrics and status via bdrv_get_info() 2013-02-06 Benoît Canet New
[19/21] virtio-blk: Fix use after free in error case 2010-04-05 Luiz Capitulino New
[12/14] target-sparc: Use fprintf_function 2010-03-29 Stefan Weil New
SeaBIOS error with Nextstep bootloader 2010-03-12 Kevin O'Connor New
[2/3] QMP: add inject-nmi qmp command 2011-04-29 Luiz Capitulino New
[1/3] QMP: QError: New QERR_UNSUPPORTED 2011-04-29 Luiz Capitulino New
[3/3] HMP: Use QMP inject nmi implementation 2011-04-29 Luiz Capitulino New
[3/5] savevm: define qemu_get_byte() using qemu_peek_byte() 2011-10-07 Juan Quintela New
[3/6] PPC: e500: msync is 440 only, e500 has real sync 2012-01-20 Alexander Graf New
[13/14] target-s390: Use fprintf_function 2010-03-29 Stefan Weil New
CPUPhysMemoryClient: Batch contiguous addresses when playing catchup 2011-04-29 Alex Williamson New
[11/21] error: Convert qemu_opts_validate() to QError 2010-04-05 Luiz Capitulino New
[PATCHv2,1/3] bwap: add qemu_bswap helper 2010-01-18 Michael S. Tsirkin New
[01/10] qcow2: Fix error handling in qcow2_grow_l1_table 2010-01-18 Kevin Wolf New
[1/2] tcg-hppa: Compute is_write in cpu_signal_handler. 2010-03-12 Richard Henderson New
[2/2] softfloat: Use uint32 consistently 2011-08-28 Andreas Färber New
[STABLE] Drop debug printfs from qemu_chr_parse_compat 2010-01-18 Jan Kiszka New
[PATCHv2,2/3] rwhandler: simplified way to register for mem/io 2010-01-18 Michael S. Tsirkin New
[v3,6/6] xen: change memory access behavior during migration. 2012-01-19 Stefano Stabellini New
[RFC,v3,1/3] close all the block drivers before the qemu process exits 2010-05-17 MORITA Kazutaka New
[PATCHv2,3/3] pci_host: rewrite using rwhandler 2010-01-18 Michael S. Tsirkin New
[04/10] qcow2: Return 0/-errno in qcow2_alloc_cluster_offset 2010-01-18 Kevin Wolf New
[13/21] error: New QERR_DEVICE_IN_USE 2010-04-05 Luiz Capitulino New
[03/10] qcow2: Return 0/-errno in get_cluster_table 2010-01-18 Kevin Wolf New
[QEMU] transparent hugepage support 2010-03-11 Andrea Arcangeli New
[05/10] block: Return original error codes in bdrv_pread/write 2010-01-18 Kevin Wolf New
sh4: Fix compiler warning (fprintf format string) 2010-04-09 Stefan Weil New
[07/10] qcow2: Improve error handling in update_refcount 2010-01-18 Kevin Wolf New
[10/10] qcow2: Don't ignore qcow2_alloc_clusters return value 2010-01-18 Kevin Wolf New
[2/2] Wrong error message in block_passwd command 2010-03-05 Shahar Havivi New
[08/10] qcow2: Allow updating no refcounts 2010-01-18 Kevin Wolf New