[Bug 1534978] Re: Windows command line -name cannot use = sign

2021-04-22 Thread Steve Si
Cannot reproduce in recent version - please close. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1534978 Title: Windows command line -name cannot use = sign Status in QEMU: Incomplete Bug descr

[Qemu-devel] [Bug 1534978] [NEW] Windows command line -name cannot use = sign

2016-01-16 Thread Steve Si
Public bug reported: Windows command line: qemu.exe -L . -name "32-bit Emulation Session RAM=500MB" -boot c -m 500 -drive file=\\.\PhysicalDrive2 This fails to run. If I remove the = sign in the -name quoted string it runs OK. ** Affects: qemu Importance: Undecided Status: New --

[Qemu-devel] [Bug 1314667] Re: PMPrebUSB - appcrash of qemu in Win-7-64bit

2014-05-01 Thread Steve Si
RMPrepUSB will run ON 32-bit and 64-bit Operating Systems. That is not the same thing as QEMU will run a 64-bit Operating System. There is a 64-bit version of QEMU but it is very buggy and won't even boot a 64-bit Vista/7 WinPE, so it is not included. As I said, normally when booting a 64-bit OS

[Qemu-devel] [Bug 1314667] Re: PMPrebUSB - appcrash of qemu in Win-7-64bit

2014-04-30 Thread Steve Si
The QEMU used in RMPrepUSB is 32-bit only - it won't run 64-bit programs. Normally, Windows will just display an error message saying it needs a 64-bit system. Use Virtual Box for 64-bit OS testing and DavidB's Virtual Machine USB Boot application - see www.rmprepusb.com Tutorial #4 -- You receiv

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-27 Thread Steve Si
I have applied the patch now and can confirm it works. Would this bug also affect qemu.exe for x86_64? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/826363 Title: qemu-img convert does not work wi

[Qemu-devel] [Bug 834978] [NEW] configure file assumes glib is required under MinGW

2011-08-26 Thread Steve Si
Public bug reported: See http://comments.gmane.org/gmane.comp.emulators.qemu/18 The current configure file does not have these changes which means you get an error when compiled under MinGW. ** Affects: qemu Importance: Undecided Status: New -- You received this bug notifica

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-20 Thread Steve Si
If someone could give me a link to a compiled binary, I will test this - thanks. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/826363 Title: qemu-img convert does not work with vdi files Status in

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-19 Thread Steve Si
Sorry to be a pain, but now I get $ configure --disable-guest-agent Error: zlib check failed Make sure to have the zlib libs and headers installed. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/8263

[Qemu-devel] [Bug 567376] Re: qemu-img fails to convert image

2011-08-18 Thread Steve Si
0.15.0 under win7 64-bit seems to work OK. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/567376 Title: qemu-img fails to convert image Status in QEMU: Incomplete Bug description: On a Windows

[Qemu-devel] [Bug 567380] Re: qemu-img fails to create images >= 4G

2011-08-18 Thread Steve Si
Confirmed under Win 7 64-bit. Also does same thing on v10.6, v11.1, v12.1 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/567380 Title: qemu-img fails to create images >= 4G Status in QEMU: Incomp

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-17 Thread Steve Si
I downloaded source and ran configure under MinGW but got Python not found. Use --python=/path/to/python How to fix pls? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/826363 Title: qemu-img convert

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-17 Thread Steve Si
What URL can I use to do an svn checkout under MinGW? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/826363 Title: qemu-img convert does not work with vdi files Status in QEMU: New Bug descripti

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-16 Thread Steve Si
I got binaries from http://homepage3.nifty.com/takeda-toshiya/ tested under Win 7 64-bit as User=Administrator qemu10.6 - works makes 16/08/2011 18:43 3,096,481,792 test.raw qemu11.1 - works makes 16/08/2011 18:43 3,096,481,792 test.raw qemu12.1 - crashes ! qemu12.2 - crashe

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-15 Thread Steve Si
Please see http://virtuallyfun.superglobalmegacorp.com/?p=1214#comment-967 confirmed bug replicated by neozeed. Seems to be something to do with vdi's that contain 3-4GB of data. An unpartitioned freshly created 4Gb vdi can be converted to raw OK, but an 8Gb dynamic vdi with 3.8GB of data fails.

[Qemu-devel] [Bug 826363] Re: qemu-img convert does not work with vdi files

2011-08-14 Thread Steve Si
** Description changed: qemu-img.exe convert -O raw myfile.vdi zz.raw reports 'error while writing' both in 0.15.0 and Beta rc2 - v0.11.1 works file on same file. myfile.vdi is 3.9GB made by VirtualBox. + v0.11.1 works fine on same file. myfile.vdi is 3.9GB made by VirtualBox. -- You rec

[Qemu-devel] [Bug 826363] [NEW] qemu-img convert does not work with vdi files

2011-08-14 Thread Steve Si
Public bug reported: qemu-img.exe convert -O raw myfile.vdi zz.raw reports 'error while writing' both in 0.15.0 and Beta rc2 v0.11.1 works file on same file. myfile.vdi is 3.9GB made by VirtualBox. ** Affects: qemu Importance: Undecided Status: New -- You received this bug notif

[Qemu-devel] [Bug 825776] Re: -boot -hda //.//physicaldrivex does not work if it is USB drive

2011-08-13 Thread Steve Si
All working now, I think some BIOS files were missing. Please close this bug report. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/825776 Title: -boot -hda //.//physicaldrivex does not work if it i

[Qemu-devel] [Bug 825776] [NEW] -boot -hda //.//physicaldrivex does not work if it is USB drive

2011-08-13 Thread Steve Si
Public bug reported: qemu-system-x86_64.exe -L . -name "RMPrepUSB Emulation Session" -boot c -m 500 -hda //./PhysicalDrive1 just opens a blank QEMU window (no BIOS POSt messages) and does nothing qemu v 0.15.0 Under Windows 7 64-bit drive1 is a USB Flash drive Previous version of x86_64 (Jan 20