qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-05 14:54:09 to 2010-04-07 01:00:35 UTC [more...]

[Qemu-devel] eepro100: New patches
 2010-04-07  1:00 UTC  (26+ messages)
` [Qemu-devel] [PATCH 1/9] eepro100: Don't allow writing SCBStatus
` [Qemu-devel] [PATCH 2/9] eepro100: Simplify status handling
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/9] eepro100: Simplified device instantiation
` [Qemu-devel] [PATCH 4/9] eepro100: Add new device variant i82801
` [Qemu-devel] [PATCH 5/9] eepro100: Set configuration bit for standard TCB
` [Qemu-devel] [PATCH 6/9] eepro100: Support compilation without EEPROM
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 7/9] eepro100: Set power management capability using pci_reserve_capability
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 8/9] eepro100: Fix mapping of flash memory
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 9/9] eepro100: Fix PCI interrupt pin configuration regression
  ` [Qemu-devel] "
` [Qemu-devel] Re: eepro100: New patches

[Qemu-devel] [RFC] vhost-blk implementation (v2)
 2010-04-07  0:36 UTC 

[Qemu-devel] [PATCH 1/1] QMP test code - qmp.py
 2010-04-07  0:40 UTC 

[Qemu-devel] full dynamic instruction trace for MIPS target
 2010-04-06 23:18 UTC  (5+ messages)
  ` Res: "

[Qemu-devel] [PATCH 0/3] fix network booting when using "-device" instead of "-net nic"
 2010-04-06 22:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] net: remove NICInfo.bootable field
` [Qemu-devel] [PATCH 2/3] net: remove broken net_set_boot_mask() boot device validation
` [Qemu-devel] [PATCH 3/3] boot: remove unused boot_devices_bitmap variable

[Qemu-devel] d6f4ade214a9f74dca9495b83a24ff9c113e4f9a
 2010-04-06 22:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH] fix 100% cpu utilization when cpu is stopped (was Re: d6f4ade214a9f74dca9495b83a24ff9c113e4f9a)
  ` [Qemu-devel] "
    ` [Qemu-devel] [PATCH resend] fix 100% cpu utilization when cpu is stopped

[Qemu-devel] libvirt vs. in-qemu management
 2010-04-06 20:15 UTC  (22+ messages)
` [Qemu-devel] "

[Qemu-devel] OXE810DSE (ARM) based NAS emulation
 2010-04-06 18:56 UTC 

[Qemu-devel] Source Code for QObject API
 2010-04-06 18:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] FreeBSD/ppc host patches
 2010-04-06 17:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/3] Add FreeBSD/ppc host TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET} definitions
  ` [Qemu-devel] "
    ` [Qemu-devel] Re: [PATCH 3/3] Add FreeBSD/ppc host TCG_TARGET_CALL_{ALIGN_ARGS, STACK_OFFSET} definitions

[Qemu-devel] [PATCH v2] block: split raw_getlength
 2010-04-06 17:13 UTC 

[Qemu-devel] [PATCH v2] cleanup block driver option handling in vl.c
 2010-04-06 17:12 UTC 

[Qemu-devel] AHCI emulation
 2010-04-06 16:56 UTC 

[Qemu-devel] [PATCH 0/2] block: Multiwrite error path fixes
 2010-04-06 16:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] block: Fix error code in multiwrite for immediate failures
` [Qemu-devel] [PATCH 2/2] block: Fix multiwrite memory leak in error case

[Qemu-devel] KVM call minutes for Apr 6
 2010-04-06 15:13 UTC 

[Qemu-devel] Semantic meaning of "stop" command?
 2010-04-06 14:50 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/3] monitor: Small usability fixes
 2010-04-06 14:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] monitor: Cleanup ID assignment for compat switch
` [Qemu-devel] [PATCH 2/3] monitor: Reorder intialization to drop initial mux focus
` [Qemu-devel] [PATCH 3/3] chardev: Document mux option

[Qemu-devel] [PATCH 0/6] qcow2: More error path fixes
 2010-04-06 13:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] qcow2: Don't ignore immediate read/write failures
` [Qemu-devel] [PATCH 2/6] qcow2: Return 0/-errno in write_l2_entries
` [Qemu-devel] [PATCH 3/6] qcow2: Fix error return code in qcow2_alloc_cluster_link_l2
` [Qemu-devel] [PATCH 4/6] qcow2: Return 0/-errno in write_l1_entry
` [Qemu-devel] [PATCH 5/6] qcow2: Return 0/-errno in l2_allocate
` [Qemu-devel] [PATCH 6/6] qcow2: Remove request from in-flight list after error

[Qemu-devel] [PATCH 0/5] chardev, virtio-console: flow control, error handling
 2010-04-06 13:30 UTC  (21+ messages)
` [Qemu-devel] [PATCH 1/5] char: Let the caller know how many bytes were written in case of incomplete writes
  ` [Qemu-devel] [PATCH 2/5] char: unix write: Add some sleep to ease off spinning in a tight loop
    ` [Qemu-devel] [PATCH 3/5] char: unix: For files that are nonblocking, report -EAGAIN to calling functions
      ` [Qemu-devel] [PATCH 4/5] virtio-console: Factor out common init between console and generic ports
        ` [Qemu-devel] [PATCH 5/5] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data
          ` [Qemu-devel] "
  ` [Qemu-devel] Re: [PATCH 1/5] char: Let the caller know how many bytes were written in case of incomplete writes
` [Qemu-devel] Re: [PATCH 0/5] chardev, virtio-console: flow control, error handling

[Qemu-devel] KVM call agenda for Apr 6
 2010-04-06 12:52 UTC  (2+ messages)

[Qemu-devel] [GSoC 2010] Shared memory transport between guest(s) and host
 2010-04-06 11:57 UTC 

[Qemu-devel] GSOC Project
 2010-04-06 11:49 UTC 

[Qemu-devel] [PATCH] Add KVM CFLAGS to vhost build
 2010-04-06 11:31 UTC 

[Qemu-devel] [PATCH] qemu: address todo comment in exec.c
 2010-04-06 11:18 UTC 

[Qemu-devel] General information about the QEMU project
 2010-04-06 11:14 UTC 

[Qemu-devel] [PATCH]: block: get rid of the BDRV_O_FILE flag
 2010-04-06 11:02 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] [S390] Make virtio-pci building conditional again
 2010-04-06 10:11 UTC 

[Qemu-devel] s390 - No 'PCI' bus found for device 'virtio-serial-pci'
 2010-04-06 10:01 UTC  (7+ messages)

[Qemu-devel] [PATCH] cleanup block driver option handling in vl.c
 2010-04-06  9:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: split raw_getlength
 2010-04-06  9:36 UTC  (2+ messages)

[Qemu-devel] qemu solaris 2.5.1
 2010-04-06  8:25 UTC  (2+ messages)

[Qemu-devel] GSoC 2010 - Device state visualization
 2010-04-06  6:50 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] Question about KVM integration in vanilla Qemu
 2010-04-06  4:30 UTC 

[Qemu-devel] [PATCH v2 0/6] Introduce bit-based phys_ram_dirty, and bit-based dirty page checker
 2010-04-06  0:51 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] Modify DIRTY_FLAG value to use as indexes of bit-based phys_ram_dirty
` [Qemu-devel] [PATCH v2 2/6] Introduce bit-based phys_ram_dirty for VGA, CODE, MIGRATION and MASTER
` [Qemu-devel] [PATCH v2 3/6] Modifies wrapper functions for byte-based phys_ram_dirty bitmap to bit-based phys_ram_dirty bitmap
` [Qemu-devel] [PATCH v2 4/6] Introduce cpu_physical_memory_get_dirty_range()
` [Qemu-devel] [PATCH v2 5/6] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty
` [Qemu-devel] [PATCH v2 6/6] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages

[Qemu-devel] [PATCH 0/4] Remove duplicate CPU logging
 2010-04-05 23:47 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] target-i386: Remove duplicate CPU log
` [Qemu-devel] [PATCH 2/4] target-mips: "
` [Qemu-devel] [PATCH 3/4] target-ppc: Remove duplicate cpu log
` [Qemu-devel] [PATCH 4/4] target-sh4: Remove duplicate CPU log
` [Qemu-devel] Re: [PATCH 0/4] Remove duplicate CPU logging

[Qemu-devel] [RFC] Host vs Guest memory allocation
 2010-04-05 23:18 UTC  (2+ messages)

[Qemu-devel] [Applied PATCH] Split TLB addend and target_phys_addr_t
 2010-04-05 22:44 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/21][PULL]: QMP/Monitor queue
 2010-04-05 20:34 UTC  (22+ messages)
` [Qemu-devel] [PATCH 01/21] qdev: Convert qdev_unplug() to QError
` [Qemu-devel] [PATCH 02/21] monitor: convert do_device_del() to QObject, QError
` [Qemu-devel] [PATCH 03/21] Add qerror message if the 'change' target filename can't be opened
` [Qemu-devel] [PATCH 04/21] error: Put error definitions back in alphabetical order
` [Qemu-devel] [PATCH 05/21] error: New QERR_DUPLICATE_ID
` [Qemu-devel] [PATCH 06/21] error: Convert qemu_opts_create() to QError
` [Qemu-devel] [PATCH 07/21] error: New QERR_INVALID_PARAMETER_VALUE
` [Qemu-devel] [PATCH 08/21] error: Convert qemu_opts_set() to QError
` [Qemu-devel] [PATCH 09/21] error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
` [Qemu-devel] [PATCH 10/21] error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
` [Qemu-devel] [PATCH 11/21] error: Convert qemu_opts_validate() to QError
` [Qemu-devel] [PATCH 12/21] error: Convert net_client_init() "
` [Qemu-devel] [PATCH 13/21] error: New QERR_DEVICE_IN_USE
` [Qemu-devel] [PATCH 14/21] monitor: New commands netdev_add, netdev_del
` [Qemu-devel] [PATCH 15/21] monitor: Rename argument type 'b' to 'f'
` [Qemu-devel] [PATCH 16/21] monitor: New argument type 'b'
` [Qemu-devel] [PATCH 17/21] monitor: Use argument type 'b' for set_link
` [Qemu-devel] [PATCH 18/21] monitor: Convert do_set_link() to QObject, QError
` [Qemu-devel] [PATCH 19/21] virtio-blk: Fix use after free in error case
` [Qemu-devel] [PATCH 20/21] QMP: Improve RTC_CHANGE event description
` [Qemu-devel] [PATCH 21/21] Monitor: Convert do_screen_dump() to QObject

[Qemu-devel] [PATCH] win32: Fix compiler errors from u_int64_t
 2010-04-05 21:30 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 00/14] Implement VDSO for x86_64-linux-user
 2010-04-05 18:38 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/14] linux-user: Handle filesz < memsz for any PT_LOAD segment
` [Qemu-devel] [PATCH 13/14] linux-user: Build vdso for x64
` [Qemu-devel] [PATCH 03/14] linux-user: Reindent elfload.c
` [Qemu-devel] [PATCH 04/14] linux-user: Reduce lseek+reads while loading elf files
` [Qemu-devel] [PATCH 05/14] linux-user: Fix ELF_DATA for Alpha
` [Qemu-devel] [PATCH 06/14] linux-user: Clean up byte-swapping in elfload.c
` [Qemu-devel] [PATCH 07/14] linux-user: Load symbols from the interpreter
` [Qemu-devel] [PATCH 08/14] linux-user: Improve consistency checking in elf headers
` [Qemu-devel] [PATCH 09/14] linux-user: Put the stack guard page at the top
` [Qemu-devel] [PATCH 10/14] linux-user: Remove partial support for a.out interpreters
` [Qemu-devel] [PATCH 11/14] linux-user: Extract load_elf_image from load_elf_interp
` [Qemu-devel] [PATCH 14/14] linux-user: Load a VDSO for x86-64
` [Qemu-devel] [PATCH 02/14] Add more DT_* and AT_* constants to qemu's copy of elf.h
` [Qemu-devel] [PATCH 12/14] linux-user: Re-use load_elf_image for the main binary

[Qemu-devel] [PATCH 0/7] Fix tests for start+len address valid for guest
 2010-04-05 18:41 UTC  (11+ messages)
` [Qemu-devel] [PATCH 6/7] Fix zero-length write(2)
` [Qemu-devel] [PATCH 1/7] target-sparc: Fix TARGET_{PHYS, VIRT}_ADDR_SPACE_BITS
` [Qemu-devel] [PATCH 3/7] linux-user: Use guest_start_len_valid in msync
` [Qemu-devel] [PATCH 4/7] linux-user: Use guest_start_len_valid in mremap
` [Qemu-devel] [PATCH 5/7] linux-user: Use guest_start_len_valid in mmap
` [Qemu-devel] [PATCH 7/7] Use guest_start_len_valid in page_check_range
` [Qemu-devel] [PATCH 2/7] Add guest_start_len_valid function

[Qemu-devel] s390 - Parts of console output lost
 2010-04-05 18:04 UTC  (3+ messages)

[Qemu-devel] [PATCH] net: Convert do_info_network() to QObject
 2010-04-05 17:19 UTC  (2+ messages)
` [Qemu-devel] "


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).