> > 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
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?
>
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
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
]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
]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
__
]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
]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
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
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
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
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
> - 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
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?
> 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
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
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
> 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
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
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
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
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
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,
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
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
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
26 matches
Mail list logo