messages from 2009-07-28 22:54:53 to 2009-07-30 10:20:16 UTC [more...]
[Qemu-devel] Various VGA / VNC fixes and cleanups to prep for multiheaded graphics
2009-07-30 10:15 UTC (14+ 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 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] [PATCH 00/42] More Makefile/configure simplification
2009-07-30 9:54 UTC (51+ 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] 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] [PATCH] alsa broken when the host is suspended (or hibernated)
2009-07-30 7:47 UTC (10+ messages)
` [Qemu-devel] [PATCH] alsa: add host suspend/resume support
[Qemu-devel] [PATCH v3] make windows notice media change
2009-07-30 3:51 UTC (8+ messages)
[Qemu-devel] [PATCH] Seabios irq override v3
2009-07-29 23:27 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] tracking qemu-devel at patchwork.ozlabs.org
2009-07-29 22:52 UTC (5+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH] make windows notice media change
2009-07-29 20:14 UTC (20+ messages)
` [Qemu-devel] [PATCH v2] "
` [Qemu-devel] "
[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 (7+ messages)
` [Qemu-devel] "
[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 (6+ messages)
[Qemu-devel] [PATCH] e1000.c doesn't properly emulate EERD and ICS registers
2009-07-29 17:22 UTC
[Qemu-devel] [PATCH v2] use logging count for individual regions
2009-07-29 16:59 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 00/25] Monitor handlers new structure phase 1
2009-07-29 16:19 UTC (22+ messages)
` [Qemu-devel] [PATCH 01/25] Introduce QEMU dictionary data type
` [Qemu-devel] "
` [Qemu-devel] [PATCH 19/25] monitor: Split monitor_handle_command()
` [Qemu-devel] "
[Qemu-devel] [PATCH 2 of 3] a single vnc server surface
2009-07-29 16:06 UTC (8+ messages)
[Qemu-devel] [PATCH 3 of 3] variable timer intervals
2009-07-29 14:48 UTC (3+ messages)
[Qemu-devel] [PATCH 1 of 3] a single vnc timer to refresh the screen
2009-07-29 14:07 UTC (2+ messages)
[Qemu-devel] [PATCH 0 of 3] vnc performance improvements
2009-07-29 12:07 UTC
[Qemu-devel] Host virtual address --> Guest physical address
2009-07-29 11:49 UTC
[Qemu-devel] [PATCH 1/2] qdev: factor out qdev_print_devinfo
2009-07-29 11:12 UTC (2+ messages)
` [Qemu-devel] [PATCH 2/2] qdev/core: add monitor command to list all drivers
[Qemu-devel] [PATCH 4/5] ATAPI pass through v2: bring the new ATAPI pass throug feature
2009-07-29 10:54 UTC (3+ messages)
[Qemu-devel] [PATCH v3 00/47] More configure/Makefile cleanups
2009-07-29 10:51 UTC (4+ messages)
` [Qemu-devel] [PATCH 16/47] O_LARGEFILE is already set in qemu-common.h
` [Qemu-devel] "
[Qemu-devel] QEMU boot failed from harddisk: Could not read boot disk
2009-07-29 9:08 UTC (4+ messages)
[Qemu-devel] [PATCH] qemu-option: fix parse_option_number()
2009-07-29 8:39 UTC
[Qemu-devel] [PATCH] use logging count for individual regions
2009-07-29 8:30 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] virtio-serial: An interface for host-guest communication
2009-07-29 7:48 UTC (8+ messages)
` [Qemu-devel] "
[Qemu-devel] -drive werror=stop can cause state change handlers run out of order
2009-07-29 7:27 UTC (4+ messages)
` [Qemu-devel] "
` [Qemu-devel] [PATCH] Fix VM state change handlers running "
` [Qemu-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).