Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-02-24 Thread Sergio Carlavilla
Hi, Thanks for using QtEmu. Right now you can't do that in QtEmu 2.0, there's no support for that options. Please, if you want, open a ticket in Gitlab to follow the progress: https://gitlab.com/qtemu/gui Bye :) > On 21 February 2019 at 02:19 krishnaLee wrote: > > > Carlavilla,I using qemu

Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-02-20 Thread krishnaLee
Carlavilla,I using qemu with some special options like this: "D:\qemu\qemu-system-x86_64.exe" -machine pc-q35-2.9 -pflash "D:\qemu\bios\OVMF_x64_debug.fd" -serial stdio -hda fat:rw:G:\temp -net none 1, I need specify a special machine type, 2, I need specify a special Bios-image, 3, I nee

Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-02-01 Thread Narcis Garcia
Thanks for your time. El 30/1/19 a les 12:43, Sergio Carlavilla ha escrit: > Hi, > > I'm proud to announce the release (well, the release happen a month ago) 2.0 > of QtEmu > > With QtEmu 2.0 I made a complete rewrite from scrath of QtEmu with Qt 5 > support. > > The highlight of the release

Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-01-31 Thread Sergio Carlavilla
Hi, Yes, the benefit of using the Qt framework is that is very portable and MacOS is among the supported platforms. But I don’t make the port because I don’t have a MacOS. If you’re a programmer, it’s very simple, when you find something like ‘Q_OS_FREEBSD’ or ‘Q_OS_LINUX’ you need to add ‘Q_O

Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-01-31 Thread Programmingkid
> On Jan 30, 2019, at 11:59 AM, qemu-discuss-requ...@nongnu.org wrote: > > Hi, > > I'm proud to announce the release (well, the release happen a month ago) 2.0 > of QtEmu > > With QtEmu 2.0 I made a complete rewrite from scrath of QtEmu with Qt 5 > support. > > The highlight of the release:

[Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-01-30 Thread Sergio Carlavilla
Hi, I'm proud to announce the release (well, the release happen a month ago) 2.0 of QtEmu With QtEmu 2.0 I made a complete rewrite from scrath of QtEmu with Qt 5 support. The highlight of the release: - Support of GNU/Linux, FreeBSD and Windows. - Support of QEMU 2.x and 3.x - Rewritten in Qt5