Hi All,
It is natural that there is quit command in original QEMU.
However, I don't think that the HVM domain on Xen is necessary.
Because there is a possibility of shutting down GuestOS due to the mistake.
I think that I should prohibit the quit command of qemu-dm.
Thanks
--
Takanori Kasai
Hi All,
Sorry, I made a mistake in the address of mail.
Please annul it.
Thanks
--
Takanori Kasai
- Original Message -
From: "Kasai Takanori" <[EMAIL PROTECTED]>
To: "qemu-devel"
Sent: Friday, December 22, 2006 9:59 PM
Subject: [PATCH] qemu-dm monitor doesn't support the quit co
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 14:11:32
Modified files:
. : block.c monitor.c qemu-img.c vl.h
Log message:
Escape filname printout properly, by Anthony Liguori and Julian Seward.
CVSWeb URLs:
http://cvs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 14:19:53
Modified files:
. : block-raw.c
Log message:
Build fix for AIO (-dummy) on Windows, by Stefan Weil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-ra
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 16:34:12
Modified files:
. : qemu-doc.texi vl.c vl.h
hw : pc.c
Log message:
SCSI emulation improvements, by Chuck Brazie.
CVSWeb URLs:
http://cvs.sava
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 17:29:05
Modified files:
. : vl.c
Log message:
Fix -cdrom breakage.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.223&r2=1.224
___
Werner Dittmann wrote:
Just forgot to give the info about my system:
Qemu was built and runs on a Suse 10.1 64 bit system (AMD CPU). Also,
while compiling Qemu I got quite some warning about casting pointers to
integer of different size (64bit vs 32 bit). Is this ok?
I'm using Fedora Core 5 x
I will be out of the office starting 12/22/2006 and will not return until
01/01/2007.
Wish you Happy Holidays and Happy new Year.
Marco
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 19:25:31
Modified files:
. : vl.c
Log message:
Support for unidirectional pipes, by Ed Swierk.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1
Seeing as there is some working going on in the Solaris QEMU port again,
here's a real short patch to support Samba working on a Solaris Host.
--- qemu-ORIG/vl.c 2006-12-22 12:29:05.0 -0500
+++ qemu/vl.c 2006-12-22 14:22:17.338815000 -0500
@@ -3069,8 +3069,13 @@
fclose(f);
Windows needs a patch for vl.c to compile (conditional compilation).
It does not know struct sockaddr_un.
The patch given below also fixes a debug message text and declares
some local functions to be static. This part is optional of course.
Regards and happy Christmas
Stefan Weil
Index: vl.c
===
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/22 21:20:52
Modified files:
. : vl.c
Log message:
Windows build fix, namespace cleanup, fix error message, by Stefan Weil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qe
Stefan Weil wrote:
> Windows needs a patch for vl.c to compile (conditional compilation).
> It does not know struct sockaddr_un.
>
> The patch given below also fixes a debug message text and declares
> some local functions to be static. This part is optional of course.
Thanks, committed.
Thiemo
On Friday 22 December 2006 20:07, Ben Taylor wrote:
> Seeing as there is some working going on in the Solaris QEMU port again,
> here's a real short patch to support Samba working on a Solaris Host.
> +#ifdef __sun__
> +snprintf(smb_cmdline, sizeof(smb_cmdline), "/bin/env LC_ALL=C
> /usr/sfw/sb
On Friday 22 December 2006 21:29, Paul Brook wrote:
> On Friday 22 December 2006 20:07, Ben Taylor wrote:
> > Seeing as there is some working going on in the Solaris QEMU port again,
> > here's a real short patch to support Samba working on a Solaris Host.
> > +#ifdef __sun__
> > +snprintf(smb_
Hi!
pci_bridge_init() has 5 arguments, and pci_adb_init() is only providing 4,
name is missing - patch attached
Let's make it at least buildable.
--
Kind Regards,
Igor V. Kovalenko
Index: hw/apb_pci.c
===
RCS file: /cvsroot/qemu/qem
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/12/22 22:35:25
Modified files:
hw : apb_pci.c
Log message:
Sparc64 build fix (Igor Kovalenko).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/apb_pci.c?cvsroot=qemu&r1=1.3
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 00:03:15
Modified files:
slirp : tcp.h
Log message:
Fix build warning on Windows.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp.h?cvsroot=qemu&r1=1.3&r2=1.4
Paul Brook <[EMAIL PROTECTED]> wrote:
> On Friday 22 December 2006 21:29, Paul Brook wrote:
> > On Friday 22 December 2006 20:07, Ben Taylor wrote:
> > > Seeing as there is some working going on in the Solaris QEMU port again,
> > > here's a real short patch to support Samba working on a Sol
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 00:23:19
Modified files:
hw : mips_r4k.c
Log message:
More serial ports for the mips machine.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qe
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 00:33:27
Modified files:
. : configure
Log message:
Fix spelling.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.113&r2=1.114
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 00:49:32
Modified files:
. : dyngen-exec.h
target-mips: exec.h
target-ppc : exec.h
Log message:
Use memory barriers in FORCE_RET / RETURN.
CVSWeb
Paul Brook <[EMAIL PROTECTED]> wrote:
> On Friday 22 December 2006 21:29, Paul Brook wrote:
> > On Friday 22 December 2006 20:07, Ben Taylor wrote:
> > > Seeing as there is some working going on in the Solaris QEMU port again,
> > > here's a real short patch to support Samba working on a Sol
Paul Brook <[EMAIL PROTECTED]> wrote:
> On Friday 22 December 2006 21:29, Paul Brook wrote:
> > On Friday 22 December 2006 20:07, Ben Taylor wrote:
> > > Seeing as there is some working going on in the Solaris QEMU port again,
> > > here's a real short patch to support Samba working on a Sol
On Fri, Dec 22, 2006 at 08:40:27PM -0500, Ben Taylor wrote:
> -snprintf(smb_cmdline, sizeof(smb_cmdline), "/usr/sbin/smbd -s %s",
> - smb_conf);
> +snprintf(smb_cmdline, sizeof(smb_cmdline), "% -s %s",
> + SMBD_BINARY, smb_conf);
Doesn't look right to me? (s/%/%s/
25 matches
Mail list logo