Re: [Qemu-discuss] monitor documentation

2016-12-10 Thread Thomas Huth
On 11.12.2016 08:33, Vincenzo Romano wrote: > Great, Thomas! > Thanks. > > I would merge that page in the qemu.org documentation, though. That page is generated from the QEMU sources, so it can't be merged into the Wiki. But it's linked from the wiki, have a look here: http://wiki.qemu.org/Docum

Re: [Qemu-discuss] monitor documentation

2016-12-10 Thread Vincenzo Romano
Great, Thomas! Thanks. I would merge that page in the qemu.org documentation, though. -- Vincenzo Romano - NotOrAnd.IT -- NON QVIETIS MARIBVS NAVTA PERITVS 2016-12-11 8:19 GMT+01:00 Thomas Huth : > On 11.12.2016 08:13, Vincenzo Romano wrote: >> Hi. >> No, I haven't tried it yet: a I was expecti

Re: [Qemu-discuss] monitor documentation

2016-12-10 Thread Thomas Huth
On 11.12.2016 08:13, Vincenzo Romano wrote: > Hi. > No, I haven't tried it yet: a I was expecting an online manual! :-) > > Does it contain a full description of all commands? "help" + command name will give you a short description of the command. And if you need an online documentation, you can

[Qemu-discuss] monitor documentation

2016-12-10 Thread Vincenzo Romano
Hi all. I'd like to be pointed to a (possibly) complete and official documentation for the monitor commands, those that can be issued to a control socket created with the "-monitor" command line option. I have found "only" the wikibooks document at https://en.wikibooks.org/wiki/QEMU/Monitor but I t

[Qemu-discuss] Implementing a 3D video card

2016-12-10 Thread G 3
QEMU already has the ability to use the host video card, but this isn't always what someone might want. If you are trying to play Windows 95 era video games, then a 3D video card that supports Windows 95 is what we would want. That is why I think we should implement the Voodoo3 video card.