Show patches with: Submitter = Stefan Hajnoczi       |    Archived = No       |   1241 patches
« 1 2 3 412 13 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,3/7] docs: add lazy refcounts bit to qcow2 specification - - - - --- 2012-07-25 Stefan Hajnoczi New
[v2,2/7] qcow2: introduce dirty bit - - - - --- 2012-07-25 Stefan Hajnoczi New
[v2,1/7] docs: add dirty bit to qcow2 specification - - - - --- 2012-07-25 Stefan Hajnoczi New
[v2,16/16] hub: add the support for hub own flow control - - 1 - --- 2012-07-24 Stefan Hajnoczi New
[v2,15/16] net: determine if packets can be sent before net queue deliver packets - - 1 - --- 2012-07-24 Stefan Hajnoczi New
[v2,14/16] net: cleanup deliver/deliver_iov func pointers - - 1 - --- 2012-07-24 Stefan Hajnoczi New
[v2,13/16] net: Make "info network" output more readable info - - 1 - --- 2012-07-24 Stefan Hajnoczi New
[v2,12/16] net: Rename qemu_del_vlan_client() to qemu_del_net_client() - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,11/16] net: Rename vc local variables to nc - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,10/16] net: Rename VLANClientState to NetClientState - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,09/16] net: Rename non_vlan_clients to net_clients - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,08/16] net: Remove VLANState - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,07/16] net: Remove vlan code from net.c - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,06/16] net: Convert qdev_prop_vlan to peer with hub - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,05/16] net: Drop vlan argument to qemu_new_net_client() - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,04/16] hub: Check that hubs are configured correctly - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,03/16] net: Look up 'vlan' net clients using hubs - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,02/16] net: Use hubs for the vlan feature - - - - --- 2012-07-24 Stefan Hajnoczi New
[v2,01/16] net: Add a hub net client - - - - --- 2012-07-24 Stefan Hajnoczi New
[19/19] remove unused QemuOpts parameter from net init functions - - - - --- 2012-07-23 Stefan Hajnoczi New
[18/19] convert net_init_bridge() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[17/19] convert net_init_tap() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[16/19] convert net_init_vde() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[15/19] convert net_init_socket() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[14/19] convert net_init_slirp() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[13/19] convert net_init_dump() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[12/19] convert net_init_nic() to NetClientOptions - - - - --- 2012-07-23 Stefan Hajnoczi New
[11/19] convert net_client_init() to OptsVisitor - - - - --- 2012-07-23 Stefan Hajnoczi New
[10/19] hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) - - - - --- 2012-07-23 Stefan Hajnoczi New
[09/19] qapi schema: add Netdev types - - - - --- 2012-07-23 Stefan Hajnoczi New
[08/19] qapi schema: remove trailing whitespace - - - - --- 2012-07-23 Stefan Hajnoczi New
[07/19] qapi: introduce OptsVisitor - - - - --- 2012-07-23 Stefan Hajnoczi New
[06/19] expose QemuOpt and QemuOpts struct definitions to interested parties - - - - --- 2012-07-23 Stefan Hajnoczi New
[05/19] qapi: introduce "size" type - - - - --- 2012-07-23 Stefan Hajnoczi New
[04/19] qapi: generate C types for fixed-width integers - - - - --- 2012-07-23 Stefan Hajnoczi New
[03/19] qapi: add test case for deallocating traversal of incomplete structure - - - - --- 2012-07-23 Stefan Hajnoczi New
[02/19] qapi: fix error propagation - - - - --- 2012-07-23 Stefan Hajnoczi New
[01/19] MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi - - - - --- 2012-07-23 Stefan Hajnoczi New
[PULL,00/19] Net patches - - - - --- 2012-07-23 Stefan Hajnoczi New
[6/6] Fix some more Qemus in documentation and help text - - - - --- 2012-07-21 Stefan Hajnoczi New
[5/6] qdev: Fix Open Firmware comment - - - - --- 2012-07-21 Stefan Hajnoczi New
[4/6] cpus.c: Make all_cpu_threads_idle() static - - - - --- 2012-07-21 Stefan Hajnoczi New
[3/6] Use macro QEMU_PACKED for new packed structures - - 1 - --- 2012-07-21 Stefan Hajnoczi New
[2/6] Recognize PCID feature - - - - --- 2012-07-21 Stefan Hajnoczi New
[1/6] powerpc pci: fixed packing of ranges[] 1 - 1 1 --- 2012-07-21 Stefan Hajnoczi New
[PULL,0/6] Trivial patches for 14 to 21 July 2012 - - - - --- 2012-07-21 Stefan Hajnoczi New
MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi - - - - --- 2012-07-20 Stefan Hajnoczi New
[2/2] net: add the support for -netdev socket, listen - - - - --- 2012-07-20 Stefan Hajnoczi New
[1/2] net: fix the coding style - - - - --- 2012-07-20 Stefan Hajnoczi New
[16/16] hub: add the support for hub own flow control - - - - --- 2012-07-20 Stefan Hajnoczi New
[15/16] net: determine if packets can be sent before net queue deliver packets - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[14/16] net: cleanup deliver/deliver_iov func pointers - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[13/16] net: Make "info network" output more readable info - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[12/16] net: Rename qemu_del_vlan_client() to qemu_del_net_client() - - - - --- 2012-07-20 Stefan Hajnoczi New
[11/16] net: Rename vc local variables to nc - - - - --- 2012-07-20 Stefan Hajnoczi New
[10/16] net: Rename VLANClientState to NetClientState - - - - --- 2012-07-20 Stefan Hajnoczi New
[09/16] net: Rename non_vlan_clients to net_clients - - - - --- 2012-07-20 Stefan Hajnoczi New
[08/16] net: Remove VLANState - - - - --- 2012-07-20 Stefan Hajnoczi New
[07/16] net: Remove vlan code from net.c - - - - --- 2012-07-20 Stefan Hajnoczi New
[06/16] net: Convert qdev_prop_vlan to peer with hub - - - - --- 2012-07-20 Stefan Hajnoczi New
[05/16] net: Drop vlan argument to qemu_new_net_client() - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[04/16] hub: Check that hubs are configured correctly - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[03/16] net: Look up 'vlan' net clients using hubs - - 1 - --- 2012-07-20 Stefan Hajnoczi New
[02/16] net: Use hubs for the vlan feature - - - - --- 2012-07-20 Stefan Hajnoczi New
[01/16] net: Add a hub net client - - - - --- 2012-07-20 Stefan Hajnoczi New
[4/4] Update simpletrace.py for new log format - - - - --- 2012-07-19 Stefan Hajnoczi New
[3/4] Simpletrace v2: Support multiple arguments, strings. - - - - --- 2012-07-19 Stefan Hajnoczi New
[2/4] monitor: remove unused do_info_trace - - - - --- 2012-07-19 Stefan Hajnoczi New
[1/4] trace: added ability to comment out events in the list - - - - --- 2012-07-19 Stefan Hajnoczi New
[PULL,0/4] Tracing patches - - - - --- 2012-07-19 Stefan Hajnoczi New
[RFC,v9,27/27] virtio-blk: add EVENT_IDX support to dataplane - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,26/27] msix: use upstream kvm_irqchip_set_irq() - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,25/27] msix: fix irqchip breakage in msix_try_notify_from_thread() - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,24/27] virtio-blk: fix incorrect length - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,23/27] virtio-blk: Stub out SCSI commands - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,22/27] virtio-blk: Fix request merging - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,21/27] virtio-blk: Add basic request merging - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,20/27] virtio-blk: Add ioscheduler to detect mergable requests - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,19/27] virtio-blk: Disable guest->host notifies while processing vring - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,18/27] virtio-blk: Call ioctl() directly instead of irqfd - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,17/27] virtio-blk: Use guest notifier to raise interrupts - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,16/27] virtio-blk: Kick data plane thread using event notifier set - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,15/27] notifier: Add a function to set the notifier - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,14/27] virtio-blk: Use pthreads instead of qemu-thread - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,13/27] virtio-blk: Increase max requests for indirect vring - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,12/27] virtio-blk: Add workaround for BUG_ON() dependency in virtio_ring.h - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,11/27] virtio-blk: Indirect vring and flush support - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,10/27] virtio-blk: Stop data plane thread cleanly - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,09/27] virtio-blk: Add Linux AIO queue - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,08/27] virtio-blk: Read requests from the vring - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,07/27] virtio-blk: Put dataplane code into its own directory - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,06/27] virtio-blk: Take PCI memory range into account - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,05/27] virtio-blk: Do cheapest possible memory mapping - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,04/27] virtio-blk: Map vring - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,03/27] virtio-blk: Data plane thread event loop - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,02/27] virtio-blk: Set up host notifier for data plane - - - - --- 2012-07-18 Stefan Hajnoczi New
[RFC,v9,01/27] virtio-blk: Remove virtqueue request handling code - - - - --- 2012-07-18 Stefan Hajnoczi New
[5/5] make: Remove 'build-all' rule - - - - --- 2012-07-13 Stefan Hajnoczi New
[4/5] qemu-keymaps: Finnish keyboard mapping broken - - - - --- 2012-07-13 Stefan Hajnoczi New
[3/5] vnc: add a more descriptive error message - - 1 - --- 2012-07-13 Stefan Hajnoczi New
« 1 2 3 412 13 »