Show patches with: none      |   434628 patches
« 1 2 ... 4250 4251 42524346 4347 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[16/34] pci: add post_map_func, adjust callers - - - - --- 2010-07-22 Blue Swirl New
[15/34] wdt_i6300esb: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[14/34] usb-uhci: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[13/34] usb-ohci: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[12/34] rtl8139: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[11/34] pcnet: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[10/34] openpic: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[09/34] cmd646: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[08/34] piix: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[07/34] via: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[06/34] ne2000: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[05/34] macio: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[04/34] ebus: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[03/34] es1370: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[02/34] pci: handle BAR mapping at PCI level - - - - --- 2010-07-22 Blue Swirl New
[01/34] ioport: separate registration from mapping - - - - --- 2010-07-22 Blue Swirl New
[4/4] slirp: Remove declarations which are no longer needed - - - - --- 2010-07-22 Stefan Weil Accepted
[3/4] slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types - - - - --- 2010-07-22 Stefan Weil Accepted
[2/4] tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types - - - - --- 2010-07-22 Stefan Weil Accepted
[1/4] block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types - - - - --- 2010-07-22 Stefan Weil Accepted
[Tracing,4/4] Disable posix_aio_process_queue by default - - - - --- 2010-07-22 Stefan Hajnoczi New
[Tracing,3/4] Add a header to the trace file format - - - - --- 2010-07-22 Stefan Hajnoczi New
[Tracing,2/4] Add copyright and doc comments to simpletrace.py - - - - --- 2010-07-22 Stefan Hajnoczi New
[Tracing,1/4] Move simple trace prototypes to header file - - - - --- 2010-07-22 Stefan Hajnoczi New
[PATCH-V3,24/24] virtio-9p: Fix formatting issues in v9fs_wstat_post_chown() - - - - --- 2010-07-22 jvrao New
[PATCH-V3,23/24] virtio-9p: Fix the memset usage - - - - --- 2010-07-22 jvrao New
[PATCH-V3,22/24] virtio-9p: Use lchown which won't follow symlink - - - - --- 2010-07-22 jvrao New
[PATCH-V3,21/24] virtio-9p: Add SM_NONE security model - - - - --- 2010-07-22 jvrao New
[PATCH-V3,20/24] virtio-9p: Hide user.virtfs xattr in case of mapped security. - - - - --- 2010-07-22 jvrao New
[PATCH-V3,19/24] virtio-9p: Implement TXATTRCREATE - - - - --- 2010-07-22 jvrao New
[PATCH-V3,18/24] virtio-9p: Implement TXATTRWALK - - - - --- 2010-07-22 jvrao New
[PATCH-V3,17/24] virtio-9p: Add fidtype so that we can do type specific operation - - - - --- 2010-07-22 jvrao New
[PATCH-V3,16/24] qemu: virtio-9p: Implement LOPEN - - - - --- 2010-07-22 jvrao New
[PATCH-V3,15/24] rename - change name of file or directory - - - - --- 2010-07-22 jvrao New
[PATCH-V3,14/24] qemu: virtio-9p: Implement TMKDIR - - - - --- 2010-07-22 jvrao New
[PATCH-V3,13/24] qemu: virtio-9p: Implement TMKNOD - - - - --- 2010-07-22 jvrao New
[PATCH-V3,12/24,virtio-9p] This patch implements TLCREATE for 9p2000.L protocol. - - - - --- 2010-07-22 jvrao New
[PATCH-V3,11/24,virtio-9p] Define and implement TSYMLINK for 9P2000.L - - - - --- 2010-07-22 jvrao New
[PATCH-V3,10/24,virtio-9p] Implement TLINK for 9P2000.L - - - - --- 2010-07-22 jvrao New
[PATCH-V3,09/24] virtio-9p: Implement server side of setattr for 9P2000.L protocol. - - - - --- 2010-07-22 jvrao New
[PATCH-V3,08/24,virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat. - - - - --- 2010-07-22 jvrao New
[PATCH-V3,07/24] virtio-9p: Do not reset atime - - - - --- 2010-07-22 jvrao New
[PATCH-V3,06/24] virtio-9p: getattr server implementation for 9P2000.L protocol. - - - - --- 2010-07-22 jvrao New
[PATCH-V3,05/24] virtio-9p: Compute iounit based on host filesystem block size - - - - --- 2010-07-22 jvrao New
[PATCH-V3,04/24,V4] virtio-9p: readdir implementation for 9p2000.L - - 1 - --- 2010-07-22 jvrao New
[PATCH-V3,03/24] virtio-9p: Return correct error from v9fs_remove - - - - --- 2010-07-22 jvrao New
[PATCH-V3,02/24] qemu: virtio-9p: Implement statfs support in server - - - - --- 2010-07-22 jvrao New
[PATCH-V3,01/24] qemu: virtio-9p: Recognize 9P2000.L protocol - - - - --- 2010-07-22 jvrao New
[2/2] QMP: Add a warning to the greeting message - - - - --- 2010-07-22 Luiz Capitulino New
[1/2] QMP: Update README file - - - - --- 2010-07-22 Luiz Capitulino New
MIPS interrupts and -icount - - - - --- 2010-07-22 Edgar E. Iglesias New
Use existing config check when including eventfd.h - - - - --- 2010-07-21 Mike McCormack New
move 'unsafe' to end of caching modes in help - - - - --- 2010-07-21 Bruce Rogers New
[3/3] remove pointless if from vl.c - - - - --- 2010-07-21 jschopp@austin.ibm.com New
[2/3] fix variable type in qemu-io.c - - - - --- 2010-07-21 jschopp@austin.ibm.com New
[1/3] remove dead code from hw/loader.c - - - - --- 2010-07-21 jschopp@austin.ibm.com New
block: Use error codes from lower levels for error message - - - - --- 2010-07-21 Stefan Weil New
[PATCH-V2,24/24] virtio-9p: Fix formatting issues in v9fs_wstat_post_chown() - - - - --- 2010-07-21 jvrao New
[PATCH-V2,23/24] virtio-9p: Fix the memset usage - - - - --- 2010-07-21 jvrao New
[PATCH-V2,22/24] virtio-9p: Use lchown which won't follow symlink - - - - --- 2010-07-21 jvrao New
[PATCH-V2,21/24] virtio-9p: Add SM_NONE security model - - - - --- 2010-07-21 jvrao New
[PATCH-V2,20/24] virtio-9p: Hide user.virtfs xattr in case of mapped security. - - - - --- 2010-07-21 jvrao New
[PATCH-V2,19/24] virtio-9p: Implement TXATTRCREATE - - - - --- 2010-07-21 jvrao New
[PATCH-V2,18/24] virtio-9p: Implement TXATTRWALK - - - - --- 2010-07-21 jvrao New
[PATCH-V2,17/24] virtio-9p: Add fidtype so that we can do type specific operation - - - - --- 2010-07-21 jvrao New
[PATCH-V2,16/24] qemu: virtio-9p: Implement LOPEN - - - - --- 2010-07-21 jvrao New
[PATCH-V2,15/24] rename - change name of file or directory - - - - --- 2010-07-21 jvrao New
[PATCH-V2,14/24] qemu: virtio-9p: Implement TMKDIR - - - - --- 2010-07-21 jvrao New
[PATCH-V2,13/24] qemu: virtio-9p: Implement TMKNOD - - - - --- 2010-07-21 jvrao New
[PATCH-V2,12/24,virtio-9p] This patch implements TLCREATE for 9p2000.L protocol. - - - - --- 2010-07-21 jvrao New
[PATCH-V2,11/24,virtio-9p] Define and implement TSYMLINK for 9P2000.L - - - - --- 2010-07-21 jvrao New
[PATCH-V2,10/24,virtio-9p] Implement TLINK for 9P2000.L - - - - --- 2010-07-21 jvrao New
[PATCH-V2,09/24] virtio-9p: Implement server side of setattr for 9P2000.L protocol. - - - - --- 2010-07-21 jvrao New
[PATCH-V2,08/24,virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat. - - - - --- 2010-07-21 jvrao New
[PATCH-V2,07/24] virtio-9p: Do not reset atime - - - - --- 2010-07-21 jvrao New
[PATCH-V2,06/24] virtio-9p: getattr server implementation for 9P2000.L protocol. - - - - --- 2010-07-21 jvrao New
[PATCH-V2,05/24] virtio-9p: Compute iounit based on host filesystem block size - - - - --- 2010-07-21 jvrao New
[PATCH-V2,04/24,V4] virtio-9p: readdir implementation for 9p2000.L - - 1 - --- 2010-07-21 jvrao New
[PATCH-V2,03/24] virtio-9p: Return correct error from v9fs_remove - - - - --- 2010-07-21 jvrao New
[PATCH-V2,02/24] qemu: virtio-9p: Implement statfs support in server - - - - --- 2010-07-21 jvrao New
[PATCH-V2,01/24] qemu: virtio-9p: Recognize 9P2000.L protocol - - - - --- 2010-07-21 jvrao New
Unknown command 0xffffff in SVGA command FIFO - - - - --- 2010-07-21 Janne Huttunen New
Unknown command 0xffffff in SVGA command FIFO - - - - --- 2010-07-21 Janne Huttunen New
savevm: Fix memory leak of compat struct - - - - --- 2010-07-21 Alex Williamson New
Move the xenfb pointer handler to the connected method - - - - --- 2010-07-21 Stefano Stabellini New
Introduce a new 'connected' xendev op called when Connected. - - - - --- 2010-07-21 Stefano Stabellini New
virtio-serial: Check if more max_ports specified than we can handle - - - - --- 2010-07-21 Amit Shah New
[v3] Error on O_DIRECT for physical CDROM/DVD drives - - - - --- 2010-07-21 Jes Sorensen New
Fix a few memory leaks from early returns - - - - --- 2010-07-20 jschopp@austin.ibm.com New
virtio-blk: Create exit function to unregister savevm - - - - --- 2010-07-20 Alex Williamson New
Error on O_DIRECT for physical CDROM/DVD drives - - - - --- 2010-07-20 Jes Sorensen New
Disable O_DIRECT for physical CDROM/DVD drives - - - - --- 2010-07-20 Jes Sorensen New
[2/2,version,4] fw_cfg: Implement fast "DMA"-type operation for rapidly copying in kernel, initrd [… - - - - --- 2010-07-20 Richard W.M. Jones New
savevm: Reset last block info at beginning of each save - - - - --- 2010-07-20 Alex Williamson New
Re: Unusual physical address when using 64-bit BAR - - - - --- 2010-07-20 Isaku Yamahata New
block migration: propagate return value when bdrv_write() returns < 0 - - - - --- 2010-07-20 Yoshiaki Tamura New
[v2,2/2] seabios: smm: move out piix4 specific smram logic to dev-i440fx.c - - - - --- 2010-07-20 Isaku Yamahata New
[v2,1/2] seabios: shadow: make device finding more generic. - - - - --- 2010-07-20 Isaku Yamahata New
[5/5] seabios: acpi: clean up of finding pm device. - - - - --- 2010-07-20 Isaku Yamahata New
[4/5] seabios: acpi: split out piix4 pm logic. - - - - --- 2010-07-20 Isaku Yamahata New
« 1 2 ... 4250 4251 42524346 4347 »