qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-25 16:24:26 to 2010-03-26 16:09:11 UTC [more...]

[Qemu-devel] [PATCH 00/48] RFC: omap3 patch collection
 2010-03-26 16:07 UTC  (40+ messages)
` [Qemu-devel] [PATCH 01/48] arm-dis debug helper
` [Qemu-devel] [PATCH 04/48] audio: fix integer overflow expression
` [Qemu-devel] [PATCH 06/48] Get rid of AREG1 and AREG2
` [Qemu-devel] [PATCH 07/48] Shrink tb_jmp_offset to two entries, the other two are never used
` [Qemu-devel] [PATCH 08/48] Cortex-A8 R2 support and trustzone
` [Qemu-devel] [PATCH 09/48] console change headers
` [Qemu-devel] [PATCH 12/48] cocoa frontend changes
` [Qemu-devel] [PATCH 13/48] multitouch and window close handler
` [Qemu-devel] [PATCH 14/48] multikeyboard support merge
` [Qemu-devel] [PATCH 15/48] fix function signature of qemu_chr_open_pty on !linux
` [Qemu-devel] [PATCH 16/48] sdl: multitouch and window close suppport
` [Qemu-devel] [PATCH 17/48] add multi-sd support
` [Qemu-devel] [PATCH 18/48] make cursor grab optional
` [Qemu-devel] [PATCH 19/48] usb-ohci: add omap init support
` [Qemu-devel] [PATCH 20/48] add reset support for musb
` [Qemu-devel] [PATCH 21/48] NAND emulation overhaul
` [Qemu-devel] [PATCH 22/48] License update
` [Qemu-devel] [PATCH 23/48] multi-mmc support in init call
` [Qemu-devel] [PATCH 25/48] blizzard: fix for non-32bpp host displays
` [Qemu-devel] [PATCH 27/48] tsc2005 overhaul
` [Qemu-devel] [PATCH 28/48] prepare smc driver support for omap
` [Qemu-devel] [PATCH 29/48] Add triton2 (twl4030) driver
` [Qemu-devel] [PATCH 30/48] savevm and reset support for soc_dma
` [Qemu-devel] [PATCH 32/48] Add beagleboard and n900 machine definitions
` [Qemu-devel] [PATCH 33/48] Add OpenGL ES accelerator support
` [Qemu-devel] [PATCH 34/48] target-arm: add support for smc
` [Qemu-devel] [PATCH 35/48] target-arm: fix neon vmon/vmvn with modified immediate
` [Qemu-devel] [PATCH 37/48] target-arm: fix neon vqrshl instruction
` [Qemu-devel] [PATCH 38/48] target-arm: fix neon vrshl instruction
` [Qemu-devel] [PATCH 39/48] target-arm: fix neon vrshr instruction
` [Qemu-devel] [PATCH 40/48] target-arm: fix neon v(r)sra instructions
` [Qemu-devel] [PATCH 41/48] target-arm: fix neon vld1 single element to all lanes
` [Qemu-devel] [PATCH 42/48] target-arm: fix signed narrow 64->32 operation
` [Qemu-devel] [PATCH 43/48] target-arm: fix neon vq(r)dmulh.s16 instructions
` [Qemu-devel] [PATCH 44/48] target-arm: fix neon v(q)(r)shrn instructions
` [Qemu-devel] [PATCH 45/48] target-arm: fix neon vcvt fixed-point
` [Qemu-devel] [PATCH 46/48] target-arm: fix neon vrsqrts instruction
` [Qemu-devel] [PATCH 47/48] target-arm: fix neon vshll (shift < max)
` [Qemu-devel] [PATCH 48/48] usb: fix -usbdevice option handling with no parameters

[Qemu-devel] [PATCH 0/4] linux-user patches for upstream
 2010-03-26 16:07 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] linux-user: add pselect syscall
  ` [Qemu-devel] [PATCH 2/4] linux-user: Add the syscall id for pselect6 on ARM
    ` [Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support
      ` [Qemu-devel] [PATCH 4/4] fix 0 sized write syscall

[Qemu-devel] Supporting hypervisor specific APIs in libvirt
 2010-03-26 16:01 UTC  (48+ messages)
  ` [Qemu-devel] Re: [libvirt] "
                                          ` [libvirt] [Qemu-devel] "

[Qemu-devel] [PATCH v3 0/2] Inter-VM shared memory PCI device
 2010-03-26 15:56 UTC  (12+ messages)
` [Qemu-devel] "

[Qemu-devel] [patch 0/2] introduce QEMUIOWorker and wake up iothread on virtio-serial-bus notification (v2)
 2010-03-26 15:40 UTC  (6+ messages)
` [Qemu-devel] [patch 1/2] Pass QEMUIOWorker to qemu_notify_event

[Qemu-devel] [PATCH 00/15] v3: virtio-serial-bus fixes, new abi for port discovery
 2010-03-26 14:57 UTC  (34+ messages)
` [Qemu-devel] [PATCH 01/15] virtio-serial: save/load: Ensure target has enough ports
  ` [Qemu-devel] [PATCH 02/15] virtio-serial: save/load: Ensure nr_ports on src and dest are same
    ` [Qemu-devel] [PATCH 03/15] virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
      ` [Qemu-devel] [PATCH 04/15] virtio-serial: save/load: Send target host connection status if different
        ` [Qemu-devel] [PATCH 05/15] virtio-serial: Use control messages to notify guest of new ports
          ` [Qemu-devel] [PATCH 06/15] virtio-serial: whitespace: match surrounding code
            ` [Qemu-devel] [PATCH 07/15] virtio-serial: Remove redundant check for 0-sized write request
              ` [Qemu-devel] [PATCH 08/15] virtio-serial: Update copyright year to 2010
                ` [Qemu-devel] [PATCH 09/15] virtio-serial: Propagate errors in initialising ports / devices in guest
                  ` [Qemu-devel] [PATCH 10/15] virtio-serial: Add QMP events for failed port/device add
                    ` [Qemu-devel] "

[Qemu-devel] [PATCH 00/10, v3] target-alpha improvements
 2010-03-26 13:37 UTC  (14+ messages)
` [Qemu-devel] [PATCH 09/10] target-alpha: Implement load-locked/store-conditional properly

[Qemu-devel] [PATCH 0/3] Convert do_migrate() to QError
 2010-03-26 12:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/3] monitor: "
  ` [Qemu-devel] "

[Qemu-devel] guidance regarding GSOC
 2010-03-26 11:09 UTC 

[Qemu-devel] where can i find location of snapshot images?
 2010-03-26  9:57 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] Qemu support for multiple keyboard devices - v2
 2010-03-26  9:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Support for multiple keyboard devices
` [Qemu-devel] [PATCH 2/2] Added monitor commands: 'keyboard_set' and 'info keybaord'

[Qemu-devel] Significant performance regression in qemu-system-mips
 2010-03-26  9:53 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/4] monitor: Convert do_set_link() to QObject, QError
 2010-03-26  8:07 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] monitor: Rename argument type 'b' to 'f'
` [Qemu-devel] [PATCH v2 2/4] monitor: New argument type 'b'
` [Qemu-devel] [PATCH v2 3/4] monitor: Use argument type 'b' for set_link
` [Qemu-devel] [PATCH v2 4/4] monitor: Convert do_set_link() to QObject, QError

[Qemu-devel] [PATCH] qemu-img: add FUSE-based image access
 2010-03-26  7:59 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] monitor: Convert do_set_link() to QObject, QError
 2010-03-26  7:43 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/4] monitor: New argument type 'b'
  ` [Qemu-devel] "
` [Qemu-devel] Re: [PATCH 0/4] monitor: Convert do_set_link() to QObject, QError

[Qemu-devel] TBL register permissions for PPC
 2010-03-26  1:15 UTC  (6+ messages)

[Qemu-devel] How do I build mips64-linux-user?
 2010-03-26  0:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] Get bsd-user host page protection code working on FreeBSD hosts
 2010-03-25 21:32 UTC 

[Qemu-devel] [PATCH] Fix bsd-user qemu_vmalloc() host page protection code
 2010-03-25 21:11 UTC 

[Qemu-devel] [PATCH] Avoid page_set_flags() assert in qemu-user host page protection code
 2010-03-25 21:14 UTC 

[Qemu-devel] [PATCH] Add a missing #include for FreeBSD hosts
 2010-03-25 21:35 UTC 

[Qemu-devel] [PATCH] Fix some compilation warnings on FreeBSD hosts
 2010-03-25 21:34 UTC 

[Qemu-devel] [PATCH] Use sysctl instead of /proc to find executable path on FreeBSD
 2010-03-25 21:07 UTC 

[Qemu-devel] qemu git head 20100323 on FreeBSD - qemu-devel port update for testing
 2010-03-25 21:10 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH -V3 00/32] virtio-9p: paravirtual file system passthrough
 2010-03-25 21:04 UTC  (34+ messages)
` [Qemu-devel] [PATCH -V3 01/32] vitio-9p: Add a virtio 9p device to qemu
` [Qemu-devel] [PATCH -V3 02/32] vrtio-9p: Implement P9_TVERSION for 9P
` [Qemu-devel] [PATCH -V3 03/32] virtio-9p: Implement P9_TATTACH
` [Qemu-devel] [PATCH -V3 04/32] virtio-9p: Implement P9_TSTAT
` [Qemu-devel] [PATCH -V3 05/32] virtio-9p: Implement P9_TWALK
` [Qemu-devel] [PATCH -V3 06/32] virtio-9p: Implement P9_TOPEN
` [Qemu-devel] [PATCH -V3 07/32] virtio-9p: Implement P9_TREAD
` [Qemu-devel] [PATCH -V3 08/32] virtio-9p: Implement P9_TCLUNK
` [Qemu-devel] [PATCH -V3 09/32] virtio-9p: Implement P9_TWRITE
` [Qemu-devel] [PATCH -V3 10/32] virtio-9p: Implement P9_TCREATE
` [Qemu-devel] [PATCH -V3 11/32] virtio-9p: Implement P9_TWSTAT
` [Qemu-devel] [PATCH -V3 12/32] virtio-9p: Implement P9_TREMOVE
` [Qemu-devel] [PATCH -V3 13/32] virtio-9p: Implement P9_TFLUSH
` [Qemu-devel] [PATCH -V3 14/32] virtio-9p: Add multiple mount point support
` [Qemu-devel] [PATCH -V3 15/32] virtio-9p: Use little endian format on virtio
` [Qemu-devel] [PATCH -V3 16/32] virtio-9p: Add support for hardlink
` [Qemu-devel] [PATCH -V3 17/32] Implement sync support in 9p server
` [Qemu-devel] [PATCH -V3 18/32] virtio-9p: Fix sg usage in the code
` [Qemu-devel] [PATCH -V3 19/32] virtio-9p: Get the correct count values from the pdu
` [Qemu-devel] [PATCH -V3 20/32] virtio-9p: Remove BUG_ON and add proper error handling
` [Qemu-devel] [PATCH -V3 21/32] virtio-9p: Remove unnecessary definition of fid
` [Qemu-devel] [PATCH -V3 22/32] virtio-9p: Update existing fid path on rename
` [Qemu-devel] [PATCH -V3 23/32] vritio-9p: Fix chmod bug with directory
` [Qemu-devel] [PATCH -V3 24/32] qemu-malloc: Add qemu_asprintf
` [Qemu-devel] [PATCH -V3 25/32] virtio-9p: Move V9fs File system specific options to a separate header file
` [Qemu-devel] [PATCH -V3 26/32] virtio-9p: Create a commandline option -fsdev
` [Qemu-devel] [PATCH -V3 27/32] virtio-9p: Create qemu_fsdev_opts
` [Qemu-devel] [PATCH -V3 28/32] virtio-9p: Handle the fsdev command line options
` [Qemu-devel] [PATCH -V3 29/32] virtio-9p: Decouple share_path details from virtio-9p-dev
` [Qemu-devel] [PATCH -V3 30/32] virtio-9p: Create a syntactic shortcut for the file-system pass-thru
` [Qemu-devel] [PATCH -V3 31/32] virtio-9p: Return proper errors from create paths
` [Qemu-devel] [PATCH -V3 32/32] virtio-9p: Handle unknown 9P protocol versions as per the standards

[Qemu-devel] [PATCH 3/3] Compile acpi only once
 2010-03-25 20:24 UTC 

[Qemu-devel] [PATCH 2/3] Compile vmware_vga only once
 2010-03-25 20:24 UTC 

[Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once
 2010-03-25 20:24 UTC 

[Qemu-devel] [PATCH] Fix busted driftfix option
 2010-03-26 20:21 UTC 

[Qemu-devel] [PATCH] Add qerror message if the 'change' target filename can't be opened
 2010-03-25 19:42 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/11] monitor: New commands netdev_add, netdev_del
 2010-03-25 19:16 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v3 1/1] Shared memory uio_pci driver
 2010-03-25 17:07 UTC  (19+ 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).