qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-02-04 10:36:10 to 2009-02-06 10:35:25 UTC [more...]

[Qemu-devel] [PATCH 1/5] usb-linux.c: allow full-size control transfers, do not overrun buffer
 2009-02-06 10:35 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/5] usb-linux.c: set urb->type correctly for control and interrupt transfers
` [Qemu-devel] [PATCH 3/5] usb-linux.c: somewhat improve some error and debugging messages
` [Qemu-devel] [PATCH 4/5] usb-linux.c: more improved debugging messages (endpoint table)
` [Qemu-devel] [PATCH 5/5] usb-linux.c: fix handling of asynchronous isochronous completion

[Qemu-devel] [PATCH 0/4] Block DMA helpers (v2)
 2009-02-06  8:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] Add a scatter-gather list type and accessors
` [Qemu-devel] [PATCH 2/4] Add qemu_iovec_reset()
` [Qemu-devel] [PATCH 3/4] Introduce block dma helpers
` [Qemu-devel] [PATCH 4/4] Convert IDE to use new "
` [Qemu-devel] Re: [PATCH 0/4] Block DMA helpers (v2)

[Qemu-devel] [PATCH 0/6] Unify memory allocation failure handling
 2009-02-06  8:47 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/6] Terminate emulation on memory allocation failure
` [Qemu-devel] [PATCH 2/6] block: remove error handling from qemu_malloc() callers
` [Qemu-devel] [PATCH 3/6] audio: "
` [Qemu-devel] [PATCH 4/6] hw: "
` [Qemu-devel] [PATCH 5/6] targets: "
` [Qemu-devel] [PATCH 6/6] toplevel: "
` [Qemu-devel] Re: [PATCH 0/6] Unify memory allocation failure handling

[Qemu-devel] [PATCH][RFC] qemu:virtio-net: Use TUNSETTXFILTER for MAC filtering
 2009-02-06  7:47 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [6543] Revert part of 6531, fix build failure
 2009-02-06  0:49 UTC 

[Qemu-devel] [6542] Replace exit() in oom_check with abort()
 2009-02-06  0:19 UTC 

[Qemu-devel] [6541] Revert changes to fmopl.c
 2009-02-06  0:15 UTC 

[Qemu-devel] [6519] target-ppc: add vrlogefp instruction
 2009-02-05 22:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/8] qemu:virtio-net: Add MAC and VLAN filtering
 2009-02-05 22:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 1/8] qemu:virtio-net: Save status and add some save infrastructure
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 2/8] qemu:virtio-net: Allow setting the MAC address via set_config
` [Qemu-devel] [PATCH v3 3/8] qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses
` [Qemu-devel] [PATCH v3 4/8] qemu:virtio-net: Add a virtqueue for control commands from the guest
` [Qemu-devel] [PATCH v3 5/8] qemu:virtio-net: Add promiscuous and all-multicast mode bits
` [Qemu-devel] [PATCH v3 6/8] qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmulti
` [Qemu-devel] [PATCH v3 7/8] qemu:virtio-net: Add additional MACs via a filter table
` [Qemu-devel] [PATCH v3 8/8] qemu:virtio-net: Add VLAN filtering

[Qemu-devel] [6540] qemu:virtio-net: Add VLAN filtering (Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6539] qemu:virtio-net: Add additional MACs via a filter table ( Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6538] qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmulti (Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6537] qemu:virtio-net: Add promiscuous and all-multicast mode bits ( Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6536] qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6535] qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6534] qemu:virtio-net: Allow setting the MAC address via set_config ( Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6533] qemu:virtio-net: Save status and add some save infrastructure ( Alex Williamson)
 2009-02-05 22:36 UTC 

[Qemu-devel] [6532] target-ppc: change instruction name vrlogefp into vlogefp
 2009-02-05 22:33 UTC 

[Qemu-devel] [6531] toplevel: remove error handling from qemu_malloc() callers ( Avi Kivity)
 2009-02-05 22:06 UTC 

[Qemu-devel] [6530] targets: remove error handling from qemu_malloc() callers ( Avi Kivity)
 2009-02-05 22:06 UTC 

[Qemu-devel] [6529] hw: remove error handling from qemu_malloc() callers (Avi Kivity)
 2009-02-05 22:06 UTC 

[Qemu-devel] [6528] audio: remove error handling from qemu_malloc() callers (Avi Kivity)
 2009-02-05 22:05 UTC 

[Qemu-devel] [6527] block: remove error handling from qemu_malloc() callers (Avi Kivity)
 2009-02-05 22:05 UTC 

[Qemu-devel] [6526] Terminate emulation on memory allocation failure (Avi Kivity)
 2009-02-05 22:05 UTC 

[Qemu-devel] [6525] Convert IDE to use new dma helpers (Avi Kivity)
 2009-02-05 21:24 UTC 

[Qemu-devel] [6524] Introduce block dma helpers (Avi Kivity)
 2009-02-05 21:23 UTC 

[Qemu-devel] [6523] Add qemu_iovec_reset() (Avi Kivity)
 2009-02-05 21:23 UTC 

[Qemu-devel] [6522] Add a scatter-gather list type and accessors (Avi Kivity)
 2009-02-05 21:23 UTC 

[Qemu-devel] Re: more about serial ports: do they even work?
 2009-02-05 20:50 UTC  (11+ messages)

[Qemu-devel] [6521] Add debug, savevm and reset support for UniNorth
 2009-02-05 20:22 UTC 

[Qemu-devel] [6520] Use qemu_ram_alloc
 2009-02-05 20:20 UTC 

[Qemu-devel] [BUG] Regression in networking code (SIGSEGV)
 2009-02-05 19:24 UTC  (10+ messages)

[Qemu-devel] Re: Cutting a new QEMU release
 2009-02-05 19:03 UTC  (12+ messages)

[Qemu-devel] [PATCH 0/2] Expose KVM pv features
 2009-02-05 15:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] Factor out common code in filling cpuid code
  ` [Qemu-devel] [PATCH 2/2] expose kvm pv features

[Qemu-devel] wfi in qemu-system-arm (v6) on a Mac host locks up qemu
 2009-02-05 14:00 UTC  (2+ messages)

[Qemu-devel] [6518] soft-float: add float32_log2() and float64_log2()
 2009-02-05 13:42 UTC 

[Qemu-devel] qemu-ppc crashing during debian guest install
 2009-02-05 13:42 UTC  (2+ messages)

[Qemu-devel] QEMU emulation Nokia n800 - segmentation fault
 2009-02-05 12:21 UTC 

[Qemu-devel] [PATCH 0/4] Block DMA helpers
 2009-02-05  7:25 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/4] Add a scatter-gather list type and accessors
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/4] Add qemu_iovec_reset()
` [Qemu-devel] [PATCH 3/4] Introduce block dma helpers
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 4/4] Convert IDE to use new "

[Qemu-devel] [PATCH v2 0/8] qemu:virtio-net: Add MAC and VLAN filtering
 2009-02-04 23:34 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 4/8] qemu:virtio-net: Add a virtqueue for control commands from the guest
  ` [Qemu-devel] "

[Qemu-devel] PATCH: RFC: Support SASL authentication in VNC
 2009-02-04 22:47 UTC  (3+ messages)

[Qemu-devel] QEMU SVN on Windows 2000 :-(
 2009-02-04 21:00 UTC  (11+ messages)

[Qemu-devel] [6517] Properly initialize len argument of sysctl and include stdio.h ( perror)
 2009-02-04 20:39 UTC 

[Qemu-devel] [6510] Partialy fix mmap at EOF for large pagesize targets in user-mode
 2009-02-04 20:17 UTC  (2+ messages)

[Qemu-devel] Cutting a new QEMU release
 2009-02-04 20:07 UTC  (13+ messages)
        ` [Qemu-devel] "

[Qemu-devel] [patch 00/18] acpi pci hotplug support
 2009-02-04 19:15 UTC  (30+ messages)
` [Qemu-devel] [patch 01/18] qemu: add pci helper functions
` [Qemu-devel] [patch 02/18] qemu: return PCIDevice on net device init and record devfn
` [Qemu-devel] [patch 03/18] qemu: dynamic drive/drive_opt index allocation
` [Qemu-devel] [patch 04/18] qemu: dynamic nic info "
` [Qemu-devel] [patch 05/18] qemu: drive removal support
` [Qemu-devel] [patch 06/18] qemu: record devfn on block driver instance
` [Qemu-devel] [patch 07/18] qemu: move drives_opt for external use
` [Qemu-devel] [patch 08/18] qemu: net/drive add/remove tweaks
` [Qemu-devel] [patch 09/18] qemu: add net_client_uninit / qemu_find_vlan_client
` [Qemu-devel] [patch 10/18] qemu: add cpu_unregister_io_memory and make io mem table index dynamic
` [Qemu-devel] [patch 11/18] qemu: add qemu_free_irqs
` [Qemu-devel] [patch 12/18] qemu: add pci_unregister_device
` [Qemu-devel] [patch 13/18] qemu: warn if PCI region is not power of two
` [Qemu-devel] [patch 14/18] qemu: LSI SCSI and e1000 unregister callbacks
` [Qemu-devel] [patch 15/18] qemu: zero ioport_opaque on isa_unassign_ioport
` [Qemu-devel] [patch 16/18] qemu: initialize hot add system / acpi gpe
` [Qemu-devel] [patch 17/18] qemu: pci hotplug GPE support
` [Qemu-devel] [patch 18/18] qemu: PCI device, disk and host network hot-add / hot-remove

[Qemu-devel] [Qemu] [PATCH] Fix crash caused by missing command line arguments
 2009-02-04 18:51 UTC 

[Qemu-devel] [Qemu] [PATCH] Additional VGA options for MIPS Malta
 2009-02-04 18:41 UTC 

[Qemu-devel] [PATCH] Add load/save capability to rc4030 chipset
 2009-02-04 17:10 UTC 

[Qemu-devel] SH: Improve the interrupt controller
 2009-02-04 16:40 UTC  (5+ messages)

[Qemu-devel] KVM: completely support cpuid functions 2, 4, b, d
 2009-02-04 16:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH] KVM: CPUID takes ecx as input value for some functions
  ` [Qemu-devel] [PATCH] KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd
    ` [Qemu-devel] [PATCH] KVM: Get all cpuid values from function 2

[Qemu-devel] [PATCH For Review 0/2] qemu block changes: keep backing file format v3
 2009-02-04 16:08 UTC  (4+ messages)
  ` [Qemu-devel] [PATCH 1/2] Introducing qcow2 extensions + keep backing file format
    ` [Qemu-devel] [PATCH 2/2] qemu-img: adding a "-F base_fmt" option to "qemu-img create -b"

[Qemu-devel] [PATCH] Fix DEBUG_TCGV compile error
 2009-02-04 14:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/14] target-ppc: add floating-point AltiVec instructions
 2009-02-04 14:46 UTC  (15+ messages)
` [Qemu-devel] [PATCH 08/14] Add vmaddfp and vnmsubfp instructions
` [Qemu-devel] [PATCH 09/14] Add vcmp{eq,ge,gt,b}fp{,.} instructions
` [Qemu-devel] [PATCH 10/14] Add vrfi{m,n,p,z} instructions
` [Qemu-devel] [PATCH 11/14] Add vcf{u,s}x instructions
` [Qemu-devel] [PATCH 12/14] Add vct{u,s}xs instructions
` [Qemu-devel] [PATCH 13/14] Add vrefp instruction
` [Qemu-devel] [PATCH 14/14] Add vrsqrtefp instruction

[Qemu-devel] [6516] target-ppc: fix previous commit
 2009-02-04 14:08 UTC 

[Qemu-devel] [6515] target-ppc: use the new float constants
 2009-02-04 13:52 UTC 

[Qemu-devel] [6514] softfloat: add a 1.0 constant for float32 and float64
 2009-02-04 13:52 UTC 

[Qemu-devel] [6513] Add vcf{u,s}x instructions
 2009-02-04 13:52 UTC 

[Qemu-devel] [6512] Add vrfi{m,n,p,z} instructions
 2009-02-04 13:52 UTC 

[Qemu-devel] [patch 0/5] BIOS changes for ACPI PCI hotplug
 2009-02-04 13:44 UTC  (6+ messages)
` [Qemu-devel] [patch 1/5] qemu: bios: use preprocessor for pci link routing
` [Qemu-devel] [patch 2/5] bios: add 26 pci slots, bringing the total to 32
` [Qemu-devel] [patch 3/5] qemu: bios: provide gpe _L0x methods
` [Qemu-devel] [patch 4/5] qemu: bios: pci hotplug support
` [Qemu-devel] [patch 5/5] bios: mark the acpi sci interrupt as connected to irq 9

[Qemu-devel] [PATCH] Add multi-boot kernel loading support
 2009-02-04 13:05 UTC  (6+ messages)

[Qemu-devel] [PATCH] Add single stepping option for all targets
 2009-02-04 12:50 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).