qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-29 17:10:36 to 2009-07-31 08:29:35 UTC [more...]

[Qemu-devel] [patch] esp.c fast SCSI-bus reset
 2009-07-31  8:29 UTC  (5+ messages)

[Qemu-devel] [PATCH 3 of 4] [UPDATE ]single vnc server surface
 2009-07-31  8:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] Add JPEG encoding to VNC server
 2009-07-31  7:21 UTC 

[Qemu-devel] SPARC32 SMP booting problem
 2009-07-31  2:15 UTC 

[Qemu-devel] qemu-arm fails on test-mmap
 2009-07-31  1:34 UTC 

[Qemu-devel] tracking qemu-devel at patchwork.ozlabs.org
 2009-07-31  0:58 UTC  (8+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] Add support for vmware vmdk scsi images to qemu-img
 2009-07-30 18:49 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] QemuOpts patches
 2009-07-30 18:44 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/5] QemuOpts: add some functions
` [Qemu-devel] [PATCH 2/5] QemuOpts: qemu_opts_parse: fix id= parsing
` [Qemu-devel] [PATCH 3/5] QemuOpts: make the drive id actually show up in "info block"
` [Qemu-devel] [PATCH 4/5] QemuOpts: add -drive-set option
` [Qemu-devel] [PATCH 5/5] QemuOpts: switch over -device

[Qemu-devel] ANNOUNCE: Release 0.11.0-rc1 of QEMU
 2009-07-30 18:40 UTC 

[Qemu-devel] ANNOUNCE: Release 0.10.6 of QEMU
 2009-07-30 18:38 UTC 

[Qemu-devel] [PATCH RFC 1/2] Allow recvmsg for qemu char devices
 2009-07-30 18:28 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] Fix symfind
 2009-07-30 17:23 UTC 

[Qemu-devel] [PATCH RFC 1/2] Allow recvmsg for qemu char devices
 2009-07-30 16:36 UTC 

[Qemu-devel] [PATCH RFC 2/2] Support shared memory with broadcast interrupts using eventfd
 2009-07-30 16:29 UTC 

[Qemu-devel] [PATCH 00/42] More Makefile/configure simplification
 2009-07-30 16:24 UTC  (54+ messages)
` [Qemu-devel] [PATCH 01/42] strip binary is not used anywhere
` [Qemu-devel] [PATCH 02/42] oss variable don't exist anymore
` [Qemu-devel] [PATCH 03/42] Use CFLAGS from enviroment, ARCH_CFLAGS hasn't been defined yet
` [Qemu-devel] [PATCH 04/42] move cpu command line setting to the beggining
` [Qemu-devel] [PATCH 05/42] move check_linker_flags sooner than starting of printing variables
` [Qemu-devel] [PATCH 06/42] remove not needed rt variable
` [Qemu-devel] [PATCH 07/42] move checks for bswap32/bswap_32 sooner than starting of printing variables
` [Qemu-devel] [PATCH 08/42] move general CFLAGS/LDFLAGS definitions after last $cc run
` [Qemu-devel] [PATCH 09/42] We want to add options at the beggining, not at the end of variables
` [Qemu-devel] [PATCH 10/42] Remove OS_{CFLAGS, LDFLAGS} and ARCH_{LDFLAGS, CFLAGS}
` [Qemu-devel] [PATCH 11/42] move EXTRA_CFLAGS/LDFLAGS to the very beginning
` [Qemu-devel] [PATCH 12/42] create compile_object/compile_prog functions
` [Qemu-devel] [PATCH 13/42] remove unused temporal files
` [Qemu-devel] [PATCH 14/42] Add CURL_CFLAGS
` [Qemu-devel] [PATCH 15/42] __sparc_*__ is defined through -D__sparc_*__
` [Qemu-devel] [PATCH 16/42] move mingw32 code after selection of OS
` [Qemu-devel] [PATCH 17/42] This variables can't be set here
` [Qemu-devel] [PATCH 18/42] refactor kqemu selection for both mingw32
` [Qemu-devel] [PATCH 19/42] move sparc_cpu arg parsing to the begining
` [Qemu-devel] [PATCH 20/42] refactor sparc_cpu code to be in a single place
` [Qemu-devel] [PATCH 21/42] refactor $cpu selection in various places
` [Qemu-devel] [PATCH 22/42] reindent Operating System selection configure
` [Qemu-devel] [PATCH 23/42] We use -lz for all binaries
` [Qemu-devel] [PATCH 24/42] We want to pass LIB through configuration files now
` [Qemu-devel] [PATCH 25/42] PTHREADLIBS was used for all binaries
` [Qemu-devel] [PATCH 26/42] CLOCKLIBS "
` [Qemu-devel] [PATCH 27/42] Move to configure CONFIG_SOLARIS libraries needed always
` [Qemu-devel] [PATCH 28/42] Move to configure CONFIG_WIN32 "
` [Qemu-devel] [PATCH 29/42] We set -Werror through configure now
` [Qemu-devel] [PATCH 30/42] Rename CPPFLAGS to CFLAGS
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 31/42] split CFLAGS very long line
` [Qemu-devel] [PATCH 32/42] move common CFLAGS to configure
` [Qemu-devel] [PATCH 33/42] Refactor HELPER_CFLAGS
` [Qemu-devel] [PATCH 34/42] move SDL_LIBS Win32 hack to configure
` [Qemu-devel] [PATCH 35/42] Add libs_softmmu variable
` [Qemu-devel] [PATCH 36/42] Add SDL_LIBS to libs_softmmu
` [Qemu-devel] [PATCH 37/42] gcc generates the right dependency for this file
` [Qemu-devel] [PATCH 38/42] move coreaudio libraries to coreaudio selection
` [Qemu-devel] [PATCH 39/42] Move sound library selection to sound selection
` [Qemu-devel] [PATCH 40/42] files are only compiled when CONFIG_ADLIB is defined
` [Qemu-devel] [PATCH 41/42] Test if we need -lutil in ,/configure
` [Qemu-devel] [PATCH 42/42] Fold CURSES_LIBS into libsoftmmu_libs
    ` [Qemu-devel] "

[Qemu-devel] [PATCH] Seabios irq override v3
 2009-07-30 16:05 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 00/25] Monitor handlers new structure phase 1
 2009-07-30 15:19 UTC  (16+ messages)
` [Qemu-devel] [PATCH 01/25] Introduce QEMU dictionary data type
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/5] qdev: add isa bus support
 2009-07-30 15:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/5] qdev/isa: add isa bus support to qdev

[Qemu-devel] [PATCH] isa-bus.c: add license
 2009-07-30 15:01 UTC 

[Qemu-devel] [PATCH] configure: let it find xen headers and libs
 2009-07-30 14:58 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] linux-user: dup3, fallocate syscalls
 2009-07-30 14:45 UTC 

[Qemu-devel] [PATCH] tolower -> qemu_tolower
 2009-07-30 13:28 UTC 

[Qemu-devel] [PATCH] call ide_reset when resetting the piix
 2009-07-30 13:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 4 of 4] variable timer intervals
 2009-07-30 13:18 UTC 

[Qemu-devel] [PATCH 2 of 4] a single vnc timer to refresh the screen
 2009-07-30 13:17 UTC 

[Qemu-devel] [PATCH 1 of 4] vnc: fix copyrect screen corruption
 2009-07-30 13:17 UTC 

[Qemu-devel] [PATCH 0 of 4] vnc performance improvements v2
 2009-07-30 13:15 UTC 

[Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
 2009-07-30 13:10 UTC  (4+ messages)

[Qemu-devel] [PATCH] make windows notice media change
 2009-07-30 12:27 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2] "
      ` [Qemu-devel] "

[Qemu-devel] [PATCH 0/2] Compat cleanups
 2009-07-30 12:22 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Remove the pc-0-10 machine type
` [Qemu-devel] [PATCH 2/2] Remove the virtio-{blk, console}-pci-0-10 device types

[Qemu-devel] [PATCH v3] make windows notice media change
 2009-07-30 11:54 UTC  (9+ messages)

[Qemu-devel] Various VGA / VNC fixes and cleanups to prep for multiheaded graphics
 2009-07-30 11:33 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/14] Add a configure switch to enable / disable all user targets. I felt compelled to do it for symmetry, mostly it is useful to disable user targets when you don't want to build them
  ` [Qemu-devel] [PATCH 02/14] Don't segfault when changing VNC password on an SDL display
    ` [Qemu-devel] [PATCH 03/14] When using stdio monitor and VNC display, one can set or clear a VNC password; this should set or turn off VNC authentication as well
      ` [Qemu-devel] [PATCH 04/14] Clean up VGA type selection; far too many variables being used to track one state leads to confusion if new variables are added
        ` [Qemu-devel] [PATCH 05/14] Change cpu_phys mem callback to use [offset, size) bounds instead of [start, end)
          ` [Qemu-devel] [PATCH 06/14] Split VGA ioport init into a helper function
            ` [Qemu-devel] [PATCH 07/14] Code motion; make mm VGA init function more like standard vga init function. Add missing vga_reset hook to vga_mm_init
              ` [Qemu-devel] [PATCH 08/14] Make VGA vram offset passed into vga_mm_init absolute. Since this is a function of the platform, it makes sense to have it be explicitly known in the platform layer rather than hardcoded inside the vga code
                ` [Qemu-devel] [PATCH 09/14] Further transformation: use common vga_init() which allows either I/O port or memory mapped based control
                  ` [Qemu-devel] [PATCH 10/14] Stash VGA physical address and use it in KVM callbacks. Stash VGA physical pointer in cirrus vga as well
                    ` [Qemu-devel] [PATCH 11/14] Add some defined constants for VGA offsets
                      ` [Qemu-devel] [PATCH 12/14] Add a PCI BAR for the VGA ROM which is mapped into cirrus_vga. This makes the cirrus device complete under some X servers which require the V_BIOS mapping
                        ` [Qemu-devel] [PATCH 13/14] Allow cirrus VGA to be initialized multiple times; only the first init takes the ISA memory region and hardware I/O ports
                          ` [Qemu-devel] [PATCH 14/14] Atrocious and horrendous patch to demonstrate multiple SDL displays. The multiple SDL displays can be seen on one console, using ctrl-alt-1/2 to switch between them
              ` [Qemu-devel] Re: [PATCH 07/14] Code motion; make mm VGA init function more like standard vga init function. Add missing vga_reset hook to vga_mm_init
          ` [Qemu-devel] Re: [PATCH 05/14] Change cpu_phys mem callback to use [offset, size) bounds instead of [start, end)

[Qemu-devel] [PATCH] alsa broken when the host is suspended (or hibernated)
 2009-07-30 10:47 UTC  (11+ messages)
        ` [Qemu-devel] [PATCH] alsa: add host suspend/resume support
          ` [Qemu-devel] "

[Qemu-devel] [PATCH 1/7] Rename pc-bios/optionrom -> roms/multiboot
 2009-07-30 10:07 UTC  (20+ messages)
` [Qemu-devel] [PATCH 2/7] Always build roms in a separate directory
` [Qemu-devel] [PATCH 3/7] If we built a rom, install it. Otherwise, use shipped copy
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH 4/7] Allow a cross compiler to be used for rom builds
` [Qemu-devel] [PATCH 5/7] Add proper headers to all BIOS patches
` [Qemu-devel] [PATCH 6/7] Add pc-bios as a git submodule
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 7/7] Remove BIOS patches from the queue and update the README
  ` [Qemu-devel] "
  ` [Qemu-devel] Re: [PATCH 1/7] Rename pc-bios/optionrom -> roms/multiboot

[Qemu-devel] Good starting point to build a small self made Micro-controller platform
 2009-07-30  8:16 UTC 

[Qemu-devel] [PATCH] kvm: add kvm version to the "info kvm" monitor command
 2009-07-30  8:13 UTC  (6+ messages)

[Qemu-devel] qemu-system-ppc: cdrom:0, \ppc\chrp\yaboot.conf: Unknown or corrupt filesystem
 2009-07-29 20:06 UTC  (2+ messages)
` [Qemu-devel] Re: [OpenBIOS] "

[Qemu-devel] [PATCH] add --accel option
 2009-07-29 19:04 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/2] Make sure to enable dirty tracking of VBE vram mapping
 2009-07-29 18:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] Make sure to enable dirty log tracking for VMware VGA
  ` [Qemu-devel] "

[Qemu-devel] bug report + fix: e1000.c in 0.10.5 does not properly emulate real hardware
 2009-07-29 18:09 UTC  (4+ messages)

[Qemu-devel] [PATCH] e1000.c doesn't properly emulate EERD and ICS registers
 2009-07-29 17:22 UTC 


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