Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 523 524 525 526 527 528 529 530 531 ... 597 598 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[1/2] QMP: Introduce commands doc 2010-05-05 Luiz Capitulino New
[12/12] linux-user: Re-use load_elf_image for the main binary. 2010-05-05 Richard Henderson New
[11/12] linux-user: Extract load_elf_image from load_elf_interp. 2010-05-05 Richard Henderson New
[10/12] linux-user: Remove partial support for a.out interpreters. 2010-05-05 Richard Henderson New
[09/12] linux-user: Put the stack guard page at the top. 2010-05-05 Richard Henderson New
[08/12] linux-user: Improve consistency checking in elf headers. 2010-05-05 Richard Henderson New
[07/12] linux-user: Load symbols from the interpreter. 2010-05-05 Richard Henderson New
[06/12] linux-user: Clean up byte-swapping in elfload.c. 2010-05-05 Richard Henderson New
[05/12] linux-user: Define ELF_DATA generically. 2010-05-05 Richard Henderson New
[04/12] linux-user: Reduce lseek+reads while loading elf files. 2010-05-05 Richard Henderson New
[03/12] linux-user: Reindent elfload.c. 2010-05-05 Richard Henderson New
[02/12] Add more DT_* and AT_* constants to qemu's copy of elf.h. 2010-05-05 Richard Henderson New
[01/12] linux-user: Handle filesz < memsz for any PT_LOAD segment. 2010-05-05 Richard Henderson New
Patch to improve handling of server sockets 2010-05-05 Reinhard Max New
[v5,4/5] RESEND: Inter-VM shared memory PCI device 2010-05-05 Cam Macdonell New
msix: allow byte and word reading from mmio 2010-05-05 Bernhard Kohl New
exec: optimize lduw_phys and stw_phys 2010-05-05 Bernhard Kohl New
char: Flush read buffer in mux_chr_can_read 2010-05-05 Jan Kiszka New
pckbd: support for commands 0xf0-0xff: Pulse output bit 2010-05-05 Bernhard Kohl New
[v2,5/5] lsi: Handle removal of selected devices 2010-05-05 Jan Kiszka New
[3/3] vnc: rich cursor support. 2010-05-05 Gerd Hoffmann New
[2/3] use new cursor struct + functions for vmware vga and sdl. 2010-05-05 Gerd Hoffmann New
[1/3] cursor: add cursor functions. 2010-05-05 Gerd Hoffmann New
[RFC] block: separate raw images from the file protocol 2010-05-05 Kevin Wolf New
ide: Fix ide_dma_cancel 2010-05-05 Kevin Wolf New
block: Avoid unchecked casts for AIOCBs 2010-05-05 Kevin Wolf New
Re: [PATCH] [RESEND] Make char muxer more robust wrt small FIFOs 2010-05-05 Jan Kiszka New
[2/2] Count "logo" keys as modifier keys 2010-05-05 Brad Jorsch New
[1/2] Fix clearing modifiers on focus loss 2010-05-05 Brad Jorsch New
VNC heap corruption when display width is not a multiple of 16 2010-05-04 Andrew Lutomirski New
[v7,6/6] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data 2010-05-04 Amit Shah New
[v7,5/6] char: unix/tcp: Add a non-blocking write handler 2010-05-04 Amit Shah New
[v7,4/6] char: Add qemu_chr_write_nb() for nonblocking writes 2010-05-04 Amit Shah New
[v7,3/6] char: Let writers know how much data was written in case of errors 2010-05-04 Amit Shah New
[v7,2/6] char: Add a QemuChrHandlers struct to initialise chardev handlers 2010-05-04 Amit Shah New
[v7,1/6] virtio-console: Factor out common init between console and generic ports 2010-05-04 Amit Shah New
sparc64: implement global translation table entries v1 2010-05-04 Igor V. Kovalenko New
sparc64: implement global translation table entries 2010-05-04 Igor V. Kovalenko 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,5/6] char: unix/tcp: Add a non-blocking write handler 2010-05-04 Amit Shah New
[v6,4/6] char: Add qemu_chr_write_nb() for nonblocking writes 2010-05-04 Amit Shah New
[v6,3/6] char: Let writers know how much data was written in case of errors 2010-05-04 Amit Shah New
[v6,2/6] char: Add a QemuChrHandlers struct to initialise chardev handlers 2010-05-04 Amit Shah New
[v6,1/6] virtio-console: Factor out common init between console and generic ports 2010-05-04 Amit Shah New
[5/5] Add a horizontal wheel to the exps/2 mouse 2010-05-04 Brad Jorsch New
[4/5] Add a horizontal wheel to the USB mouse and tablet 2010-05-04 Brad Jorsch New
[3/5] Pass hwheel events from the front-ends 2010-05-04 Brad Jorsch New
[2/5] Add hwheel to monitor mouse_move 2010-05-04 Brad Jorsch New
[1/5] Add function parameters for hwheel 2010-05-04 Brad Jorsch New
Patch to improve handling of server sockets 2010-05-04 Reinhard Max New
vnc: make sure to send pointer type change event on SetEncodings 2010-05-04 Anthony Liguori New
[uq/master,9/9] kvm: enable smp > 1 2010-05-04 Marcelo Tosatti New
[uq/master,8/9] kvm: validate context for kvm cpu get/put operations 2010-05-04 Marcelo Tosatti New
[uq/master,7/9] move stop/stopped CPU_COMMON fields after area zeroed by reset 2010-05-04 Marcelo Tosatti New
[uq/master,6/9] add cpu_is_stopped helper 2010-05-04 Marcelo Tosatti New
[uq/master,5/9] kvm: synchronize state from cpu context 2010-05-04 Marcelo Tosatti New
[uq/master,4/9] port qemu-kvm's on_vcpu code 2010-05-04 Marcelo Tosatti New
[uq/master,3/9] standardize on qemu_cpu_kick for signalling cpu thread(s) 2010-05-04 Marcelo Tosatti New
[uq/master,2/9] make SIG_IPI to tcg vcpu thread reliable 2010-05-04 Marcelo Tosatti New
[uq/master,1/9] kvm: set cpu_single_env around KVM_RUN ioctl 2010-05-04 Marcelo Tosatti New
[5/5] lsi: Handle removal of selected devices 2010-05-04 Jan Kiszka New
[4/5] lsi: Adjust some register reset values 2010-05-04 Jan Kiszka New
[3/5] lsi: Purge message queue on reset 2010-05-04 Jan Kiszka New
[2/5] scsi-disk: Clear aiocb on read completion 2010-05-04 Jan Kiszka New
[1/5] SCSI: Add disk reset handler 2010-05-04 Jan Kiszka New
Qemu-KVM 0.12.3 and Multipath -> Assertion 2010-05-04 Kevin Wolf New
vnc: set the right prefered encoding 2010-05-04 Corentin Chary New
[4/4] doc: Clean up monitor command function index 2010-05-04 Markus Armbruster New
[3/4] doc: Heading for monitor command cpu got lost, restore it 2010-05-04 Markus Armbruster New
[2/4] doc: Fix acl monitor command documentation 2010-05-04 Markus Armbruster New
[1/4] doc: Fix host forwarding monitor command documentation 2010-05-04 Markus Armbruster New
[v5,6/6] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data 2010-05-04 Amit Shah New
[v5,5/6] char: unix/tcp: Add a non-blocking write handler 2010-05-04 Amit Shah New
[v5,4/6] char: Add qemu_chr_write_nb() for nonblocking writes 2010-05-04 Amit Shah New
[v5,3/6] char: Let writers know how much data was written in case of errors 2010-05-04 Amit Shah New
[v5,2/6] char: Add a QemuChrHandlers struct to initialise chardev handlers 2010-05-04 Amit Shah New
[v5,1/6] virtio-console: Factor out common init between console and generic ports 2010-05-04 Amit Shah New
[6/6] parallels: use qemu block API 2010-05-04 Christoph Hellwig New
[5/6] parallels: use pread 2010-05-04 Christoph Hellwig New
[4/6] cloop: use qemu block API 2010-05-04 Christoph Hellwig New
[3/6] cloop: use pread 2010-05-04 Christoph Hellwig New
[2/6] bochs: use qemu block API 2010-05-04 Christoph Hellwig New
[1/6] bochs: use pread 2010-05-04 Christoph Hellwig New
[v5,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. 2010-05-04 Yoshiaki Tamura New
[v5,3/4] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. 2010-05-04 Yoshiaki Tamura New
[v5,2/4] Introduce cpu_physical_memory_get_dirty_range(). 2010-05-04 Yoshiaki Tamura New
[v5,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_dirty. 2010-05-04 Yoshiaki Tamura New
[v4,5/5] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data 2010-05-04 Amit Shah New
[v4,4/5] virtio-console: Factor out common init between console and generic ports 2010-05-04 Amit Shah New
[v4,3/5] char: unix/tcp: Add a non-blocking write handler 2010-05-04 Amit Shah New
[v4,2/5] char: Add qemu_chr_write_nb() for nonblocking writes 2010-05-04 Amit Shah New
[v4,1/5] char: Let writers know how much data was written in case of errors 2010-05-04 Amit Shah New
Re: [RFC] [PATCH] add ahci support into qemu 2010-05-04 乔崇 New
[2/2] tcg: Use INDEX_op_qemu_ld32 for 32-bit results. 2010-05-03 Richard Henderson New
[1/2] tcg: Add TYPE parameter to tcg_out_mov. 2010-05-03 Richard Henderson New
Fix --enable-user-pie compilation. 2010-05-03 Richard Henderson New
Re: sparc64 lazy conditional codes evaluation 2010-05-03 Blue Swirl New
Re: sparc64 lazy conditional codes evaluation 2010-05-03 Blue Swirl New
[7/7] alpha-linux-user: Fix sigprocmask. 2010-05-03 Richard Henderson New
[6/7] alpha-linux-user: Fix sigsuspend parameters. 2010-05-03 Richard Henderson New