Re: [Qemu-devel] Qemu version issues migration

2018-10-29 Thread Dr. David Alan Gilbert
* zly371549296 (zly371549...@163.com) wrote:
>  Hello, I would like to consult different versions of qemu virtual 
> machine. If I am doing hot migration, my current environment is cloudstack+ 
> KVM +ceph. One host has qemu version 2.9 and another has qemu version 2.6.I 
> tried low version to high version can be migrated, but high version, how to 
> migrate low version, please help guide, thank you!

Hi,
  Can you say what your command line is ?  What are you using as the
machine type, and what error do you get when you try the 2.9->26.1
migrate?

Dave

> 
> xiao  zeng
> 
> 2018-10-29
> 
> 
> zly371549296 
--
Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK



[Qemu-devel] Qemu version issues migration

2018-10-29 Thread zly371549296
 Hello, I would like to consult different versions of qemu virtual 
machine. If I am doing hot migration, my current environment is cloudstack+ KVM 
+ceph. One host has qemu version 2.9 and another has qemu version 2.6.I tried 
low version to high version can be migrated, but high version, how to migrate 
low version, please help guide, thank you!


xiao  zeng

2018-10-29


zly371549296 

Re: [Qemu-devel] QEMU version for ARM7 adaptation

2012-08-23 Thread Peter Maydell
On 23 August 2012 04:03, Vinicius Sanches viniciusrsanc...@gmail.com wrote:
 What is the best QEMU version available to enable ARM7 core?

If you want to add a new feature to QEMU you should always
work on git master; we don't accept patches against anything else.

-- PMM



[Qemu-devel] QEMU version for ARM7 adaptation

2012-08-22 Thread Vinicius Sanches
Dear all,

What is the best QEMU version available to enable ARM7 core?


Thanks and regards.


[Qemu-devel] qemu version differences

2011-12-13 Thread sparsh mittal
Hello

If we keep -m parameter same, does it matter, if we make a snapshot (in
qcow2 image) with qemu-0.14 and use it with qemu-0.15 or vice versa?
Is there any other change, which affects use of snapshot.

Thanks in advance.

Thanks and Regards
Sparsh Mittal


Re: [Qemu-devel] QEMU version 0.9.1

2008-01-07 Thread Christian MICHON
On Jan 6, 2008 11:03 PM, Fabrice Bellard [EMAIL PROTECTED] wrote:
 Hi,

 QEMU version 0.9.1 is out ! You can get it from:

 http://bellard.org/qemu/download.html .

 Fabrice.


working great on WinXP as host, using or not kqemu.
thanks and have a good year ahead!

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




[Qemu-devel] QEMU version 0.9.1

2008-01-06 Thread Fabrice Bellard
Hi,

QEMU version 0.9.1 is out ! You can get it from:

http://bellard.org/qemu/download.html .

Fabrice.





Re: [Qemu-devel] QEMU version 0.9.1

2008-01-06 Thread Carlo Marcelo Arenas Belon
On Sun, Jan 06, 2008 at 11:03:45PM +0100, Fabrice Bellard wrote:
 
 QEMU version 0.9.1 is out !

and if you want to install an OpenSolaris guest on it, apply the attached
patch over it.

the patch prevents OpenSolaris from overflowing a small buffer when querying
the emulated CDROM for its capabilities and getting more data than requested
at install time.

beware that there are still other problems with the implementation of that
command that are being addressed in a bigger patch that is still under
revision.

Carlo
Index: hw/ide.c
===
RCS file: /sources/qemu/qemu/hw/ide.c,v
retrieving revision 1.79
diff -u -p -r1.79 ide.c
--- hw/ide.c24 Dec 2007 14:33:24 -  1.79
+++ hw/ide.c7 Jan 2008 05:24:16 -
@@ -1648,6 +1648,7 @@ static void ide_atapi_cmd(IDEState *s)
 ASC_INV_FIELD_IN_CMD_PACKET);
 break;
 }
+max_len = ube16_to_cpu(packet + 7);
 memset(buf, 0, 32);
 bdrv_get_geometry(s-bs, total_sectors);
 buf[3] = 16;
@@ -1658,7 +1659,7 @@ static void ide_atapi_cmd(IDEState *s)
 buf[14] = buf[7] == 0x10; /* (in)active */
 buf[17] = 0x08; /* CD-ROM profile */
 buf[18] = buf[7] == 0x08; /* (in)active */
-ide_atapi_cmd_reply(s, 32, 32);
+ide_atapi_cmd_reply(s, 32, max_len);
 break;
 }
 default:


[Qemu-devel] qemu VERSION

2007-11-11 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard bellard   07/11/11 20:17:14

Modified files:
.  : VERSION 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/VERSION?cvsroot=qemur1=1.30r2=1.31




Re: [Qemu-devel] QEMU version 0.8.2

2006-07-28 Thread Joe Ross

QEMU version 0.8.2 is out. You can download it at
http://bellard.org/qemu/download.html.


Is there a reason there isn't a tag in CVS?


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] QEMU version 0.8.2

2006-07-23 Thread Fabrice Bellard

Hi,

QEMU version 0.8.2 is out. You can download it at 
http://bellard.org/qemu/download.html.


Change log for version 0.8.2:

  - ACPI support
  - PC VGA BIOS fixes
  - switch to OpenBios for SPARC targets (Blue Swirl)
  - VNC server fixes
  - MIPS FPU support (Marius Groeger)
  - Solaris/SPARC host support (Ben Taylor)
  - PPC breakpoints and single stepping (Jason Wessel)
  - USB updates (Paul Brook)
  - UDP/TCP/telnet character devices (Jason Wessel)
  - Windows sparse file support (Frediano Ziglio)
  - RTL8139 NIC TCP segmentation offloading (Igor Kovalenko)
  - PCNET NIC support (Antony T Curtis)
  - Support for variable frequency host CPUs
  - Workaround for win32 SMP hosts
  - Support for AMD Flash memories (Jocelyn Mayer)
  - Audio capture to WAV files support (malc)

Fabrice.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu VERSION Changelog

2006-05-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/03 20:15:47

Modified files:
.  : VERSION Changelog 

Log message:
update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/VERSION.diff?tr1=1.27tr2=1.28r1=textr2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Changelog.diff?tr1=1.115tr2=1.116r1=textr2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu VERSION configure

2006-04-16 Thread Paul Brook
CVSROOT:/sources/qemu
Module name:qemu
Branch: 
Changes by: Paul Brook [EMAIL PROTECTED]  06/04/16 13:28:56

Modified files:
.  : VERSION configure 

Log message:
Remove non-portable code from configure.
Allow newline at end of VERSION file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/VERSION.diff?tr1=1.26tr2=1.27r1=textr2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/configure.diff?tr1=1.88tr2=1.89r1=textr2=text


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Adrian Smarzewski

Fabrice Bellard wrote:

QEMU version 0.8.0 is out ! You can get it from:


great, thanks for your and all of the contributors work.

--
Regards,
Adrian Smarzewski


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Johannes Schindelin
Hi,

On Tue, 20 Dec 2005, Martin Bochnig wrote:

 I'll include a version of /usr/local/bin/qemu specially compiled for
 WinNT-3.1 guests (cpu identification).

Is that Win-3.1 or NT-3.5 or NT-4.0? Is there a patch?

Ciao,
Dscho


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Jernej Simončič
On Tuesday, December 20, 2005, 11:35:54, Johannes Schindelin wrote:

 I'll include a version of /usr/local/bin/qemu specially compiled for
 WinNT-3.1 guests (cpu identification).
 Is that Win-3.1 or NT-3.5 or NT-4.0? Is there a patch?

That looks like Windows NT 3.1 to me.

-- 
 Jernej Simončič  http://deepthought.ena.si/ 

Delay is the deadliest form of denial.
   -- Parkinson's Law of Delay



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] QEMU version 0.8.0

2005-12-19 Thread Fabrice Bellard

Hi,

QEMU version 0.8.0 is out ! You can get it from:

http://bellard.org/qemu/download.html .

Fabrice.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU version 0.8.0

2005-12-19 Thread Dave Feustel
On Monday 19 December 2005 18:23, Fabrice Bellard wrote:
 Hi,
 
 QEMU version 0.8.0 is out ! You can get it from:
 
 http://bellard.org/qemu/download.html .
 
 Fabrice.

Is x86 SSE3 supported yet?

Thanks,
Dave
-- 
Lose, v., experience a loss, get rid of, lose the weight
Loose, adj., not tight, let go, free, loose clothing


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu VERSION

2005-09-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/09/04 16:35:36

Modified files:
.  : VERSION 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/VERSION.diff?tr1=1.24tr2=1.25r1=textr2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu VERSION

2005-07-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/07/24 18:14:03

Modified files:
.  : VERSION 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/VERSION.diff?tr1=1.23tr2=1.24r1=textr2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU version 0.7.0 is out

2005-05-07 Thread Alex Beregszaszi
Hi,

...
- .dmg disk image format support (Johannes Schindelin)
...
- Virtual PC read-only disk image support (Alex Beregszaszi)

You forgot to mention the Bochs image support ;) Also the VMDK write
support aswell.

-- 
Alex Beregszaszie-mail: [EMAIL PROTECTED]
Free Software Network   cell: +36 70 3144424


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] QEMU version 0.7.0 is out

2005-04-27 Thread Fabrice Bellard
Hi,
QEMU version 0.7.0 is out.
Changelog:
  - better BIOS translation and HDD geometry auto-detection
  - user mode networking bug fix
  - undocumented FPU ops support
  - Cirrus VGA: support for 1280x1024x[8,15,16] modes
  - 'pidfile' option
  - .dmg disk image format support (Johannes Schindelin)
  - keymaps support (initial patch by Johannes Schindelin)
  - big endian ARM support (Lennert Buytenhek)
  - added generic 64 bit target support
  - x86_64 target support
  - initial APIC support
  - MMX/SSE/SSE2/PNI support
  - PC parallel port support (Mark Jonckheere)
  - initial SPARC64 support (Blue Swirl)
  - SPARC target boots Linux (Blue Swirl)
  - armv5te user mode support (Paul Brook)
  - ARM VFP support (Paul Brook)
  - ARM Angel semihosting syscalls (Paul Brook)
  - user mode gdb stub support (Paul Brook)
  - Samba 3 support
  - initial Cocoa support (Pierre d'Herbemont)
  - generic FPU emulation code
  - Virtual PC read-only disk image support (Alex Beregszaszi)
Fabrice.
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel