On Thu, Dec 14, 2006 at 09:37:32AM +0100, Salvador Fandino wrote:
> Jim C. Brown wrote:
>
> >> yes, that's right, but it's not what lomount does. It parses the data on
> >> the EBR in the same way as the MBR, reading 4 partition registers from
> >> the
On Wed, Dec 13, 2006 at 11:07:54PM +0100, Salvador Fandino wrote:
> Jim C. Brown wrote:
> > On Wed, Dec 13, 2006 at 08:03:13PM +0100, Salvador Fandino wrote:
> >>> The code of lomount might be what you're looking for. Lomount allows one
> >>> to mount pa
On Wed, Dec 13, 2006 at 08:03:13PM +0100, Salvador Fandino wrote:
> > The code of lomount might be what you're looking for. Lomount allows one
> > to mount partions (via loop) from a raw diskimage.
>
> That was my intention, but I have found that lomount handling of EBR and
> logical partition is
On Tue, Oct 10, 2006 at 10:03:26PM -0400, Rob Landley wrote:
> > That is not how he uses the terms. He uses them interchangably.
> B) The people I've seen care about this are embedded system developers, who
> also make a distinction between "emulator" and "simulator". (One is a
> hardware board
On Tue, Oct 10, 2006 at 11:54:57AM -0400, Rob Landley wrote:
> On Tuesday 10 October 2006 5:26 am, Joshua Root wrote:
> > Part of the generally accepted definition of virtualization is that the
> > majority of guest instructions execute directly on the real CPU with no
> > intervention by the VMM.
On Tue, Oct 10, 2006 at 11:48:33AM -0400, Rob Landley wrote:
> > Here you are using the terms "virtual" and "emulated" interchangably. That's
> > ok as long as the difference between virtualization and virtual/emulated is
> > understood.
>
> Well, the hardware people see a huge difference. To th
On Mon, Oct 09, 2006 at 12:05:02AM -0400, Rob Landley wrote:
> > qemu is primarily a dynamic translator not a virtualizer.
>
> That's an implementation detail. The end result is running programs in a
> virtual environment, and qemu's system emulation has lots of virtual hardware
> it attaches t
On Sun, Oct 08, 2006 at 05:58:51PM +0100, Jamie Lokier wrote:
> Don't forget qvm86, which is intended as an open source drop-in
> replacement for kqemu.
>
> -- Jamie
>
One that, when I last checked, was outdated and unmaintained. (Though I
admit I haven't looked at qvm86 recently.)
--
Infinite
On Sun, Oct 08, 2006 at 05:30:19AM -0700, Ottavio Caruso wrote:
> http://www.linuxworldexpo.de/linux_messe.php?ID=124&STEP=&lang=en
>
> I don't see Qemu mentioned at all. I wonder if any of the developers have
> been contacted at all. I thing it is a pity that once againg Qemu is ignored.
>
> Ot
On Thu, Feb 02, 2006 at 12:10:36AM +0100, Fabrice Bellard wrote:
> Hi,
>
> I merged your patches and I made important changes to simplify them. I
> did not do any tests so tell me if you see problems.
>
> Regards,
>
> Fabrice.
>
Have you decided to accept the GPL license on it then?
http://li
On Sun, Jul 09, 2006 at 05:03:12PM -0700, John R. wrote:
> On 7/8/06, Oliver Gerlich <[EMAIL PROTECTED]> wrote:
>
> >Is wxC still under active development? The CVS version seems to be quite
> >old, and I also couldn't find any documentation.
> >
>
> Well it wouldn't be the first unmaintained batc
The issue is with your linux kernel headers.
On Sat, Jul 08, 2006 at 11:07:57AM -0400, Doctor Bill wrote:
> At first I thought the problem was that I was using gcc-4, so I installed
> gcc-3.4.6, but I still get the same errors:
>
> gcc-3.4 -Wall -O2 -g -fno-strict-aliasing -I. -I..
> -I/tmp/qemu-
On Sat, Jul 08, 2006 at 11:02:31AM -0400, Joe Lee wrote:
> Jim C. Brown wrote:
> >For the record, we can use wxWidgets in qemu even though we can not use C++
> >in qemu (something that I would be strongly against).
> >
> >http://wxc.sourceforge.net/
> >
> >Re
For the record, we can use wxWidgets in qemu even though we can not use C++
in qemu (something that I would be strongly against).
http://wxc.sourceforge.net/
Requiring this as a dependency would make it easier to deal with issues such as
C++ ABI compatibility by avoiding the direct use of C++.
T
On Wed, Jul 05, 2006 at 07:55:14PM -0400, Armistead, Jason wrote:
> I know there is the "Unofficial #qemu Wiki" on
> http://kidsquid.com/cgi-bin/moin.cgi/
>
> How about an official (rather than unofficial) QEMU Wiki where we can ALL
> contribute to the documentation process ? I think there are lo
On Wed, Jun 28, 2006 at 02:16:56PM +0200, Rafa?? Cygnarowski wrote:
> So now I have to find out:
> - where those fake keycodes were dropped,
> - why after loading my test program those two 8s are displayed
> (there is some unneeded interrupt generated - am I right?).
>
> Honestly, I don't know
I'm working on something that does just this. I'm calling it vda (its based
on lomount), and it provides access to vda, vda1, vda2, etc.
I don't see why you are unable to use the disk image as is though. lomount and
similar tools should be able to handle the job quite easily.
On Thu, Jun 01, 2006
On Tue, May 30, 2006 at 04:37:50PM -0500, Harrison Metzger wrote:
> My bug is when I try to toggle fullscreen with the ctrl+alt+f shortcut
> nothing
> happens. So I tried ctrl+alt+u (because on dvorak u is where the f is) and it
> worked. So it appears as if qemu is using raw scancodes instead o
On Mon, May 08, 2006 at 08:36:15PM -0500, Anthony Liguori wrote:
> Jim C. Brown wrote:
> >Aactually, the bug is in vfat not in qemu-img.
> >
>
> Not really. POSIX doesn't mandate that ftruncate() increase a file
> size. This is a Linux-ism and is only valid for fil
On Thu, May 11, 2006 at 04:57:23PM +0200, Jan Marten Simons wrote:
> Am Donnerstag, 11. Mai 2006 15:04 schrieb Dan Sandberg:
> > Are you using an OpenGL directdraw surface for the graphics emulation in
> > Qemu?
>
> Qemu is using SDL, as this is a very portable library/framework. I'm not
> sure,
Aactually, the bug is in vfat not in qemu-img.
qemu-img correctly uses ftruncate() which is suppose to make the file sparse
if the underlying filesystem supports it, but it should fall back to adding
zeros
to the end of the file. On vfat you aren't able to seek past the end of a file
period, so t
On Mon, May 08, 2006 at 06:48:46PM -0400, Jim C. Brown wrote:
> On Mon, May 08, 2006 at 11:05:00PM +0100, Michael McConnell wrote:
> > IIRC creating a "raw" QEMU disc image makes use of sparse files, a concept
> > not supported under FAT16/32. A qcow disc image
On Mon, May 08, 2006 at 11:05:00PM +0100, Michael McConnell wrote:
> IIRC creating a "raw" QEMU disc image makes use of sparse files, a concept
> not supported under FAT16/32. A qcow disc image should work fine. If you
> want to create a raw disc image on a FAT partition, use (from your example
from
functioning with the /dev/input/eventX interface of 2.4 though. I guess what we
really need is someone who can test. :)
>
> One question: which driver is actually used for win98 guest ?
>
> On 5/8/06, Jim C. Brown <[EMAIL PROTECTED]> wrote:
> >On Fri, May 05, 2006 at
On Mon, May 08, 2006 at 08:53:29PM +0200, Pavel Jan?k wrote:
>
>> check that the first arg is -x
>
> This is also incorrect.
>
> [EMAIL PROTECTED]:/tmp> alias compiler=gcc
> [EMAIL PROTECTED]:/tmp> compiler -v
> Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
> [...]
> [EMAIL
On Fri, May 05, 2006 at 10:57:01AM -0500, Anthony Liguori wrote:
> Christian MICHON wrote:
> >well, at least inside rh72, I can see a usb device:
> >Vendor=0627 ProdID=0001
> >Product=QEMU USB Tablet
> >
> >all I need now is:
> >1) which module to modprobe
> >2) which /dev/input/event... is used
>
On Fri, May 05, 2006 at 10:43:06AM +0200, Natalia Portillo wrote:
> That requires a driver in guest side that communicates with qemu.
No it doesn't. It'd only work in absolute mode of course... but it'd be easy
to implement.
Personally I'd dislike such a feature anyways.
--
Infinite complexity
On Mon, May 08, 2006 at 07:05:19PM +0200, Oliver Gerlich wrote:
> > Currently I'm working on a version that doesn't require a kernel module to
> > do this - it will have the limitation of only supporting tcp/ip packets when
> > talking between host/guest.
>
> Are you sure that limitation is not to
On Fri, May 05, 2006 at 02:51:28PM -0700, Don Kitchen wrote:
> $ qemu-img info someimage
> image: someimage
> file format: qcow
> virtual size: 75G (80026361856 bytes)
> disk size: 304K
>
> For files with a backing file, has anyone thought about having it print out
> the name of the backing file?
On Sat, May 06, 2006 at 01:12:50AM +0200, Oliver Gerlich wrote:
> Don Kitchen schrieb:
> > Next, it seems the *one* thing QEMU lacks that you-know-who does correctly
> > is networking, specifically bridged mode. I know about creating a tap device
> > and sticking it into a bridge (really hasn't wor
Sorry for not replies to this earlier. It got lost in my spam folder somehow.
On Mon, May 01, 2006 at 12:29:15PM -0700, Stealth Dave wrote:
> Is there a patch submission policy for QEMU? I see a lot of patches
> posted to this list. Some get accepted, some get rejected with
> comments, and oth
On Mon, May 08, 2006 at 09:52:12AM +0200, Pavel Jan?k wrote:
>From: "Jim C. Brown" <[EMAIL PROTECTED]>
>Date: Sun, 7 May 2006 20:34:11 -0400
>
>> The right thing to do might be to check if the first arg is ccache,
>> and if so check for both cc
On Mon, May 08, 2006 at 03:28:31PM +0100, Paul Brook wrote:
> > If split vmdks are just a series of partition images plus an image of an
> > MBR/partition table then it may be possible to hack this up via a partition
> > driver that supported harddisk sharing (using multiple partition images as
> >
On Mon, May 08, 2006 at 08:26:20AM -0400, Jim C. Brown wrote:
> > - Instead of copying the raw block driver, use the block driver recursively.
>
> I'll work on this tonight. I've been thinking about doing this, since it would
> allow one to use any qemu-supported disk im
On Mon, May 08, 2006 at 02:11:36PM +0100, Paul Brook wrote:
> > I'll work on this tonight. I've been thinking about doing this, since it
> > would allow one to use any qemu-supported disk image format as a partition
> > image.
> >
> > I can't think of any disk format that's heavily used in qemu tha
On Mon, May 08, 2006 at 12:20:28PM +0200, Fabrice Bellard wrote:
> A few ideas:
>
> - Use an external file 'bootsect.bin' as it is done for linux_boot.bin.
Done. I've decided to use the name bootmbr.bin because I think that name
describes its function more accurately.
> - Provide the source code
On Sun, May 07, 2006 at 11:53:46PM -0400, Jim C. Brown wrote:
> Known Issues:
>
> booting is not supported - this will require passing a separate bootsector.
I stand corrected. New patch that adds support for booting partition images.
Apply this on top of the first one.
Also attach
This is a preliminary patch that adds support for using a single partition
image as a hard disk image.
Syntax is: qemu -hdX part:file
E.g. qemu -hda part:/dev/hda1
qemu will see a hard disk with a single partition on it. Reading appears to work
ok, I haven't tested writing yet.
Writing to the M
On Mon, May 08, 2006 at 01:53:03AM +0100, Paul Brook wrote:
> You really should test your patches. The patch you attached generates an
> error
> if the compiler works.
>
> Paul
>
Whoops, sorry about that. I only tested the --cc="ccache gcc" case.
Here's the correct patch.
--
Infinite comple
On Sun, May 07, 2006 at 08:18:55PM -0400, Jim C. Brown wrote:
> On Mon, May 08, 2006 at 12:46:24AM +0200, Pavel Jan?k wrote:
> > configure contains:
> >
> > if [ ! -x "`which $cc`" ] ; then
> > echo "Compiler $cc could not be found"
> >
On Mon, May 08, 2006 at 12:46:24AM +0200, Pavel Jan?k wrote:
> configure contains:
>
> if [ ! -x "`which $cc`" ] ; then
> echo "Compiler $cc could not be found"
> exit
> fi
>
> You should check if the command compiles, not if it exists and is executable.
Patch attached. Simply tries to c
On Sun, Apr 23, 2006 at 03:08:04PM -0400, Joe Lee wrote:
> Hi All, I am new to the list. I understand it may be possible for QEUM
> to take a VMware image and
> convert the VMware file format so that it can run on a XEN/VPS (domu).
>
> I would appreciate if anyone can confirm this for me. Also, a
On Sat, Apr 15, 2006 at 06:44:40PM +0200, Sylvain Petreolle wrote:
> Shouldnt the behaviour of -boot option be changed to match this change ?
> e.g. qemu -cdrom-a disk1.iso -cdrom-b myos.iso -boot cdrom-b
>
> allowing multiple cdrom drives renders "-boot d" a bit strange imo.
>
Probably.
Right
On Fri, Apr 14, 2006 at 08:27:59PM -0500, Anthony Liguori wrote:
> The following patch (to the evtouch driver) enables both the middle
> button and scroll wheel:
>
> http://www.cs.utexas.edu/users/aliguori/evtouch-middle-scroll.diff
>
> I'll send it to the maintainer of evtouch and see if he'll
The tablet works with the evtouch driver.
To get this to work in a guest:
make sure you have support for usb hid and evdev in the kernel (or as modules).
make sure you have the devices /dev/input/event0 /dev/input/event1 ...
they might be called /dev/input/evdev0 etc
download the evtouc
On Fri, Apr 14, 2006 at 02:41:12PM -0400, Jim C. Brown wrote:
> Attached is a patch that does just that.
>
> The default -cdrom still works, but you can also use -cdrom-a, -cdrom-b,
> -cdrom-c, and -cdrom-d to specify if the cdrom should be plugged in place
> over hda, h
On Fri, Apr 14, 2006 at 01:38:18PM -0400, Toby Thain wrote:
> Per version 0.8.0, the ATAPI CD-ROM is always attached to IDE
> secondary/master (address 2). (See assignment to cdrom_index around
> vl.c line 4433.)
>
> Bochs allows the CD-ROM to be attached to any of four addresses, my
> sugge
On Tue, Apr 11, 2006 at 11:58:07AM +0400, Brad Campbell wrote:
> Auke Kok wrote:
>
> I think you best re-read anything from Linus on that subject.
> What he has said is something derivative of the kernel.
>
> Now we have kqemu for linux, freebsd and windows and its all relatively the
> same code
On Tue, Apr 11, 2006 at 11:05:56AM -0400, Leonardo E. Reiter wrote:
> 1. virtual machine software _is not_ trivial. Not by any means. It
> took my company about 20 years to fully develop what became Win4Lin 9x,
> if you trace its history back to before Linux existed (product called
> 'Merge').
On Tue, Apr 11, 2006 at 05:14:59PM +0200, Jonas Maebe wrote:
>
> On 11 apr 2006, at 17:05, Leonardo E. Reiter wrote:
>
> >what if I am a hardware vendor in a desperately competitive market,
> >such as say, video cards. Releasing my source code to the driver
> >would mean giving up some IP th
On Wed, Apr 05, 2006 at 03:25:18PM -0400, Ishwar Rattan wrote:
> The system is Kanotix-2005-4
> Qemu-0.8.0
> Vde-1.5.9
>
> I setup the bridge and add interface tun0 to the bridge
> (have done it before correctly)
>
> but
>
> /usr/bin/vdeqemu -hda disk-image -m256 -localtime -net vde -net
> nic,
On Sun, Apr 09, 2006 at 04:21:42PM +0100, Paul Brook wrote:
> > > I'm not a fan of binary plugins (for the same reasons I'm don't like
> > > binary kernel modules), and don't think there's any real need to them.
> >
> > A binary plugin API and a source plugin API (one that requires each driver
> >
On Sat, Apr 08, 2006 at 11:36:19PM -0500, Anthony Liguori wrote:
> I was looking through the Xorg evdev driver and it doesn't appear to
> support absolute coordinate reporting. evdev is how the USB mouse would
> show up to userspace. A little googling confirmed it for me:
Doesn't look like a m
On Sun, Apr 09, 2006 at 08:26:11AM +0200, Stanislav Shwartsman wrote:
> I am talking about the device models only. Inside CPU emulation QEMU, Bochs
> and Xen are completely different, but they use the same devices for full
> system emulation and they most likely want to move forward together.
I ha
On Sun, Apr 09, 2006 at 11:38:28AM +0100, Paul Brook wrote:
> I think to be acceptable to qemu (and probably also for Xen) the devices
> would
> have to be written in C. C++ is more pain that it's worth in this context.
> Of course there's no reason why we couldn't use the subset of C that's also
On Sat, Apr 08, 2006 at 09:12:18PM +0200, Johannes Schindelin wrote:
> > Anthony Ligouri has written a patch for wacom support.
> >
> > However, when I combine this with the -no-sdl-grab patch I still see syncing
> > issues.
>
> Where can I get it?
http://www.cs.utexas.edu/users/aliguori/qemu-wa
On Sat, Apr 08, 2006 at 09:17:52PM +0200, Johannes Schindelin wrote:
> IIRC bochs does it in C++. Which makes it rather impossible to share code
> :-(
>
> Ciao,
> Dscho
>
This is why I guessed qemu was a rewrite-from-scratch - C++ code is forbidden
in qemu.
Fortunately this does not prevent a
On Sat, Apr 08, 2006 at 09:57:10PM +0200, Stanislav Shwartsman wrote:
> Hello All,
>
>
>
> It is not a secret that all open source emulators (QEMU, Bochs, Xen) use the
> same emulated devices and mostly copy-paste their emulation one from
> another.
While from my understanding Xen uses qemu's
On Sat, Apr 08, 2006 at 08:24:03PM +0200, Johannes Schindelin wrote:
> IMHO the biggest obstacle to inclusion in mainline QEmu is that the mouse
> support is rather flakey: You have to disable mouse acceleration of the
> guest OS.
>
> I had that cunning plan to write a virtual Wacom tablet, but
On Thu, Apr 06, 2006 at 10:40:15PM +0200, Sylvain Petreolle wrote:
> why would you need to check gcc's version just for displaying help ??
> in fact a bunch of /bin/echo commands...
>
> --- "Jim C. Brown" <[EMAIL PROTECTED]> a ?crit :
Not for help. I meant auto
having configure check for gcc3, gcc31, gcc32, gcc33, gcc34, etc before checking
for gcc itself might work.
is it really worth the trouble to check every possible combination?
On Thu, Apr 06, 2006 at 02:33:30PM +0200, Sylvain Petreolle wrote:
> Hi people,
> I have gcc 3.2.3 (run as gcc32) and gcc
On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote:
> > This is already supported, as is creating them and using them directly.
> > (I was amazed when I first found out as well.)
> >
> afaik they are only supported when the images consist of only 1 file. at
> least i was not able to run split
On Tue, Apr 04, 2006 at 12:23:41AM +0200, Udo 'Robos' Puetz wrote:
> At least this could be used for qemu to import the vmdk images...
> Cheers
> Robos
>
This is already supported, as is creating them and using them directly.
(I was amazed when I first found out as well.)
--
Infinite complexity
On Mon, Apr 03, 2006 at 05:42:22PM +0200, Dirk Behme wrote:
> Thiemo Seufer wrote:
> >Updated version, note that this is still not suitable for CVS since
> >x86 fails to build with it.
>
> fyi: for me, arm-softmmu fails as well:
>
By x86, he probably means x86 hosts, not x86-softmmu
All targets
On Wed, Mar 29, 2006 at 07:37:50PM +, sofar wrote:
>
> I kind of like it and wish that some lists would allow me to set it as a
> user-preference - there are so many lists and I really never ever want to
> reply to *just* the person (ever, ever, ever).
>
> reply-to the list is good for me
>
On Wed, Mar 29, 2006 at 09:24:59PM +0200, Pascal Terjan wrote:
> On 3/29/06, John Davidorff Pell <[EMAIL PROTECTED]> wrote:
> > P.S. Why does the list set the reply-to header, isn't that supposed
> > to be a Bad Thing??
>
> Only according to some people :)
> I hate when I reply to a list and the m
On Thu, Mar 16, 2006 at 10:03:25AM +0100, Joerg Anders wrote:
> I think a found a workaround for the windows XP problem:
>
That information was already in the Wiki FAQ.
Perhaps we should add a link to it from the main FAQ?
--
Infinite complexity begets infinite beauty.
Infinite precision beget
On Tue, Mar 14, 2006 at 08:01:00PM -0500, Jim C. Brown wrote:
> On Tue, Mar 14, 2006 at 07:40:58PM +1100, David Burrows wrote:
> > Hi all,
> >
> > This particular application, which is used to tune the aftermarket fuel
> > injection computer in my car, has a pro
On Tue, Mar 14, 2006 at 07:40:58PM +1100, David Burrows wrote:
> Hi all,
>
> This particular application, which is used to tune the aftermarket fuel
> injection computer in my car, has a problem when running in native
> DOS mode, where two keypresses are received, instead of just the one that
> w
On Sat, Mar 11, 2006 at 11:35:48PM +0100, Sven K?hler wrote:
> I have seen thoughts about asynchronous IO for qemu. I thought that they
> would have been integrated along with the DMA-patches already.
>
> I would really see how qemu performs with asynch IO enabled. Are there
> any patches out ther
On Fri, Feb 10, 2006 at 12:34:10PM +0700, Mulyadi Santosa wrote:
> Hi Jim
>
> It's me again. here I send you another patch for the vde_pcap_inject.c.
> Nothing fancy here, I only did:
> - move out "open" and "close" from relay() and put them on main()
> before entering for() loop. IMHO, this w
On Fri, Feb 10, 2006 at 02:29:39PM +0100, Christian MICHON wrote:
> On 2/9/06, Jim C. Brown wrote:
> > This sounds like an interesting option. Qemu has moved one step closer to
> > VMware...
> >
>
> It hangs my XP host with 100% cpu eaten up, no way to stop qemu,
> o
On Thu, Feb 09, 2006 at 10:46:07AM +0200, Hetz Ben Hamo wrote:
> Hi,
>
> I?m sorry, but I?ve been following the CVS commits and I haven?t
> understood this new option (fabrice has not written anything to this
> list about it and what it does for the end user).
>
> Could someone please shed some l
On Thu, Feb 09, 2006 at 10:09:58AM +0100, Mike Kronenberg wrote:
> Hi malc!
>
> Great!
>
> What I'm looking for now is a windows driver (how obviously :) ).
You'd have to write one yourself. From what malc says, this is fairly simple
though.
> From the source I can't see what device you are a
Ok, I managed to fix my VDE issues and get this to work on eth0. Working sources
for vde-inject and vde_pcap_inject attached.
It will cause duplicate packets to occur, but otherwise appears stable.
You need libpcap installed. (According to my pcap.h, I have pcap 2.4 installed.)
Compile vde_pcap_
On Wed, Feb 08, 2006 at 06:04:35PM -0500, Jim C. Brown wrote:
> This sounds like an interesting option. Qemu has moved one step closer to
> VMware...
>
I should probably add, that this new option (-kernel-kqemu) allows for speeds
very close to VMware because it allows kqemu to virtua
I've implemented a prototype kernel module as described in this email:
http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00123.html
Full source code and makefile attached as a bz2ball.
Not really strictly related to VDE, this module basically enables the creation
of a user space bridge.
Bas
This sounds like an interesting option. Qemu has moved one step closer to
VMware...
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org
On Thu, Feb 02, 2006 at 12:10:36AM +0100, Fabrice Bellard wrote:
> Hi,
>
> I merged your patches and I made important changes to simplify them. I
> did not do any tests so tell me if you see problems.
>
> Regards,
>
> Fabrice.
>
Have you decided to accept the GPL license on it then?
http://li
On Thu, Jan 05, 2006 at 06:10:54PM +, Paul Brook wrote:
> On Thursday 05 January 2006 17:40, Mark Williamson wrote:
> > > - IRQ sharing. Sharing host IRQs between native and virtualized devices
> > > is hard because the host needs to ack the interrupt in the IRQ handler,
> > > but doesn't reall
On Thu, Jan 05, 2006 at 12:42:27AM +0100, Jernej Simon?i? wrote:
> On Wednesday, January 4, 2006, 22:39:23, Giuseppe Della Bianca wrote:
>
> > Also modifying qemu, the command line of qemu allow to use the logic
> > that everyone prefers.
>
> I'd prefer to have 5 config files and just specify o
On Wed, Jan 04, 2006 at 10:39:23PM +0100, Giuseppe Della Bianca wrote:
> > Yah. I like this the best. It is the most flexible. It even allows
> > you to put logic into your qemu startup.
> ]zac[
>
> The script not are the solution that I would want.
>
> To make a good job with the script is
On Tue, Jan 03, 2006 at 11:27:52PM +0100, Flavio Visentin wrote:
> Paul Brook wrote:
> > Config file support without a decent GUI seem rather pointless.
> > The big advantage of doing it as a shell script is it's dead easy to hack
> > to
> > include whatever custom magical features people want.
>
ther.
> Filip Navara wrote:
>
> >http://www.t13.org/project/d1410r3a.pdf
> >
> >Jim C. Brown wrote:
> >
> >>On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote:
> >>
> >>
> >>>-BEGIN PGP SIGNED MESSAGE--
On Tue, Dec 27, 2005 at 03:39:38PM +, Natalia Portillo wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> www.ansi.org ATA-6, where LBA48 was introduced.
> Costs US$18.00 in PDF.
>
> Regards,
> Natalia Portillo
>
Not good enough.
> El 27/12/2
On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> Can anyone implement LBA48 in QEMU please?
>
> Regards,
> Natalia Portillo
Sounds easy enough. Can you send me a spec?
--
Infinite complexity begets infinite beauty.
On Thu, Dec 15, 2005 at 11:53:20PM -0500, Mick Weiss wrote:
> Hi everyone,
>
> http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC32 does not mention
> that it is possible to correct this by getting SP2. I have not varified
> this myself (I was told this on #qemu on freenode).
>
> If this is
On Sat, Dec 10, 2005 at 03:53:56PM +0100, Oliver Gerlich wrote:
> The many display targets sound nice... but what I'd like to have for
> qemu is a GUI...
>
> IIRC the GUI patches which were posted so far replaced the SDL driver by
> rendering to a GTK widget, because the current way for embedding
On Thu, Dec 01, 2005 at 05:06:06PM -0500, Ishwar Rattan wrote:
>
> I just tried Minix-3.1.1 install on qemu-7.2 on a
> Linux. I have had no success with getiing ether card
> emulation to work. What are the attributes of this
> device in terms of:
> i/o_address:irq:mem-address
> triple?
>
> Any
On Wed, Nov 30, 2005 at 10:54:00PM +0100, Jerome Warnier wrote:
> > No, only the .h is needed. The proprietary part is only needed if you
> > want to build the module.
> And the header (.h) is free?
>
That is my understanding.
> --
> J?r?me Warnier
> FLOSS Consultant
> http://beeznest.net
>
-
On Tue, Nov 29, 2005 at 08:06:30PM +0100, J?r?me Warnier wrote:
> It would be great if kqemu could be loaded at runtime instead of
> requiring qemu to be rebuild.
This is more or less already the case.
You can compile and distribute a kqemu enabled qemu binary w/o needing to
include kqemu in the
On Mon, Nov 28, 2005 at 09:46:02AM +0100, Emmanuel Charpentier wrote:
> Dear List,
>
> I recently upgraded to Linux 2.6.14 (as compiled as a 686 Debian
> package), and found that this distribution, too, has switched to GCC 4
> for kernel.
>
> I tried to recompile a plain vanilla qemu 0.7.2 tarb
On Thu, Nov 24, 2005 at 02:48:57PM +, Richard Neill wrote:
> There's a buglet in qemu in that, if you close the window, it will just
> exit. It would be really useful if it warned you not to do this, but to
> shut down the virtual machine first. Like most applications do to
> prevent datalos
On Wed, Nov 23, 2005 at 08:33:06AM +, Mark Jonckheere wrote:
> Richard Neill schreef:
>
> 4)lookup the mailing list archive and find out that this problem
> has already been detected, diagnosed, resolved and completely ignored
> more than a year ago.
>
And sadly, it seems it is being ignored
On Mon, Nov 21, 2005 at 08:40:37PM -0500, Dave Feustel wrote:
> Are there any plans to add to qemu the capability to simulate the
> Intel Vanderpool and AMD Pacifica hardware virtualization facilities?
>
> Thanks,
> Dave Feustel
> --
> Switch to Secure OpenBSD with a KDE desktop!!!
> NOW with Vi
On Sun, Nov 20, 2005 at 11:03:26AM -0800, art yerkes wrote:
> > > This is a small patch to enable copying the current console to the
> > > clipboard
> > > with Ctrl+Ins.
> > > A line break is added after the last nonblank character of each copied
> > > line.
> > >
> > > +static void console_copy(
On Sun, Nov 13, 2005 at 04:31:45PM +, Richard Neill wrote:
> Dear All,
>
> I hope this isn't a stupid question, but I can't find the answer to it
> anywhere. I have copied across the windows ME partition from an old
> machine, using
> dd if=/dev/hda2 | ssh [EMAIL PROTECTED] "cat > hda2.img
On Fri, Nov 11, 2005 at 02:39:01PM -0600, Anthony Liguori wrote:
> Jim C. Brown wrote:
>
> >I don't necessarily see a problem with adding support for changing the X
> >server
> >resolution. However, it is probably harder to do right - it is really
> >difficul
On Fri, Nov 11, 2005 at 12:55:12PM -0600, Anthony Liguori wrote:
> >Fabrice mentioned some time ago that SDL isn't the best choice on
> >Windows because of keyboard issues... Is that still the case?
>
> Probably. I was hoping to punt on the issue of Win32 and instead rely
> on a native Win32 GUI
> - -the software scaler is maybe a good idea, but for fullscreen mode, I'd
> better like to have screen resolution switched to qemu guest resolution
> (as it is with normal qemu now)
The problem is that is really hard to do. Especially in a cross platform
manner.
I couldn't figure out how to sca
1 - 100 of 297 matches
Mail list logo