Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Mark Williamson
> > Could maybe have the (inevitable) kernel portion of the code grab the > > interrupt, and not ack it until userspace does an ioctl on a special file > > (or something like that?). There are patches floating around for > > userspace IRQ handling, so I guess that could work. > > This still requir

Re: [Qemu-devel] sendkey del

2006-01-05 Thread Mike Swanson
It's simply ctrl-alt-delete On Thursday 05 January 2006 11:20, Matthias Taube wrote: > Hi, > > > (qemu) sendkey ctrl-alt-del > > unknown key: 'del' > > (qemu) sendkey CTRL-ALT-DEL > > unknown key: 'CTRL' > > (qemu) sendkey ctrl-alt-DEL > > unknown key: 'DEL' > > what is the name of ctrl-alt-del? >

[Qemu-devel] sendkey del

2006-01-05 Thread Matthias Taube
Hi, > (qemu) sendkey ctrl-alt-del > unknown key: 'del' > (qemu) sendkey CTRL-ALT-DEL > unknown key: 'CTRL' > (qemu) sendkey ctrl-alt-DEL > unknown key: 'DEL' what is the name of ctrl-alt-del? mfg Matthias Taube ___ Qemu-devel mailing list Qemu-devel

Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Jim C. Brown
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

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > I'd prefer to have 5 config files and just specify one of them on the > command-line, than having 5 scripts, which run qemu with the parameters I > want. I would prefer to go also beyond, one unique configuration file for every image of S.O., and use the command line for overwrite the set

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > What do you want (specifically)? Please, read this: Re: [Qemu-devel] qemu and configuration file? (Giuseppe Della Bianca, Tue Jan  3 22:49:41 2006) ]zac[ > about config files, I fail to see the necessity of config files, let alone > XML config files. ]zac[ Ok. Gdb __

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > > Please, you can make an detailed example? ]zac[ > uuid.action = "create" > usb.autoConnect.device0 = "" ]zac[ Thanks. Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > Unless you mean like a GUI config file editor? But that would likely be > a separate program anyways (and not a script). I thing that would be useful to insert in the configuration file the options for set up the mac address, for assing at one key the combinations of keys for execute cha

[Qemu-devel] Reminder of previously posted but not integrated patch

2006-01-05 Thread G.P. Halkes
Hello, I recently ran into a bug in the slirp code, for which a patch was already posted on the qemu mailing list, but that somehow did not get integrated into CVS. I ran into it in a similar fashion as the original submitter. I tested the patch, and it fixed my problem (and didn't introduce new o

Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Paul Brook
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 really know how to do that until after it's run the guest to > > see what

Re: [Qemu-devel] qemu-smp guest on monoCPU host: big slowdown

2006-01-05 Thread André Braga
On 1/5/06, octane indice <[EMAIL PROTECTED]> wrote: > AFAIK, there is no kqemu for windows. But oh, there is! And it works fine most of the time (I can always make QEMU crash and hog all available CPU time AND become unkillable, but it might have something to do with my particular setup and applie

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Jens Axboe
On Thu, Jan 05 2006, Johannes Schindelin wrote: > Hi, > > On Thu, 5 Jan 2006, Jens Axboe wrote: > > > On Thu, Jan 05 2006, Jens Axboe wrote: > > > Are you using a persistent git repo for qemu (ie continually importing > > > new changes)? I've considered setting one up :-) > > > > I set up such a

Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Mark Williamson
> - 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 really know how to do that until after it's run the guest to see > what that does. Could maybe have the (inevitable) kernel portion of t

Re: [Qemu-devel] Problems bringing up network in qemu-system-arm

2006-01-05 Thread Paul Brook
On Thursday 05 January 2006 13:59, Wolfgang Schildbach wrote: > Indeed at bootup time the kernel does not appear to detect the smc91 > network card. I'll try to build my own kernel then. > > For the kernel at the qemu website, did you use the patch-2.6.14-arm1 > patch available at the ARM website?

Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Mark Williamson
> I'm wondering if it would be possible to modify QEMU such that VMs could > access PCI devices on the host system. And, if it would be possible at > all, how much work this would be. Sounds doable but would require a fair bit of hacking - I think the idea of doing this under QEmu came up once be

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Jim C. Brown
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

Re: [Qemu-devel] qemu-smp guest on monoCPU host: big slowdown

2006-01-05 Thread octane indice
En réponse à Hetz Ben Hamo <[EMAIL PROTECTED]> : > -- Début du message d'origine > > Do u use KQEMU? > Host: win2k. AFAIK, there is no kqemu for windows. some others observations: kernel crash at shutdown. Anybody interested by a stack trace? > Hetz > > O

Re: [Qemu-devel] PCI access virtualization

2006-01-05 Thread Paul Brook
> Background: I'm one of the developers of MadWifi, which is a linux > driver for WLAN cards based on Atheros chipsets. QEMU could be a great > help in testing distribution-specific issues, as well as issues related > to SMP operation. The only downside is that it's not easily possible to > emulate

Re: [Qemu-devel] Problems bringing up network in qemu-system-arm

2006-01-05 Thread Wolfgang Schildbach
Indeed at bootup time the kernel does not appear to detect the smc91 network card. I'll try to build my own kernel then. For the kernel at the qemu website, did you use the patch-2.6.14-arm1 patch available at the ARM website? Which config options did you use -- can you post the config file? T

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Johannes Schindelin
Hi, On Thu, 5 Jan 2006, Jens Axboe wrote: > On Thu, Jan 05 2006, Jens Axboe wrote: > > Are you using a persistent git repo for qemu (ie continually importing > > new changes)? I've considered setting one up :-) > > I set up such a gateway, should be updated every night from Fabrices cvs > reposi

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Johannes Schindelin
Hi, On Thu, 5 Jan 2006, Jens Axboe wrote: > Are you using a persistent git repo for qemu (ie continually importing > new changes)? I've considered setting one up :-) Yes, I have a persistent repo. But I don't know where to put it (Takes up about 18MB ATM). I also have several branches where I

Re: [Qemu-devel] qemu 0.8.0, windows 2000 and windows update

2006-01-05 Thread Jérôme Warnier
Le jeudi 05 janvier 2006 à 10:12 +0900, NAKATA Maho a écrit : > Hello list, > > I cannot do windows update inside of Windows 2000 SP4, vanilla > qemu 0.8.0. Whenever I do windows update, I recived > web server is not responding (or something like that in Japanese). > > Version of IE doesn't matte

[Qemu-devel] PCI access virtualization

2006-01-05 Thread Michael Renzmann
Hi all. Disclaimer: I'm quite new to things like virtual machines, and even half-baked when it comes to QEMU. I'm aware that my idea might be absurd, but still it's worth a try :) I'm wondering if it would be possible to modify QEMU such that VMs could access PCI devices on the host system. And,

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Jernej Simončič
On Thursday, January 5, 2006, 1:28:36, Mike Kronenberg wrote: > qemu "/Users/Jernej Simončič/Simončič_image_2.img" -m 128 > can be correctly declarated and stored in a XML file while its > generating problems with normal 8bit text files. You do realize, that Qemu could easily declare that it's

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Jens Axboe
On Thu, Jan 05 2006, Jens Axboe wrote: > Are you using a persistent git repo for qemu (ie continually importing > new changes)? I've considered setting one up :-) I set up such a gateway, should be updated every night from Fabrices cvs repository. The web interface is here: http://brick.kernel.dk

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Jens Axboe
On Wed, Jan 04 2006, Johannes Schindelin wrote: > Hi, > > On Wed, 4 Jan 2006, Jens Axboe wrote: > > > 1.0.GIT > > Using git for QEmu development? Welcome to the club. ;-) Yes I just imported the repo into git, cvs isn't really my cup of tea and it isn't very handy for patch series. git isn't ve