[Qemu-devel] [PATCH] qemu-dm monitor doesn't support the quit command.

2006-12-22 Thread Kasai Takanori
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

[Qemu-devel] Re: [PATCH] qemu-dm monitor doesn't support the quit command.

2006-12-22 Thread Kasai Takanori
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 qemu-devel@nongnu.org Sent: Friday, December 22, 2006 9:59 PM Subject: [PATCH] qemu-dm monitor doesn't

[Qemu-devel] qemu block.c monitor.c qemu-img.c vl.h

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

[Qemu-devel] qemu block-raw.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

[Qemu-devel] qemu qemu-doc.texi vl.c vl.h hw/pc.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

[Qemu-devel] qemu vl.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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=qemur1=1.223r2=1.224

Re: [Qemu-devel] Question/problems with Qemu and 64Bit Opensuse 10.2

2006-12-22 Thread Jonathan Phenix
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

[Qemu-devel] Out of the office.

2006-12-22 Thread Marco . Sanvido
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

[Qemu-devel] qemu vl.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/22 19:25:31 Modified files: . : vl.c Log message: Support for unidirectional pipes, by Ed Swierk. CVSWeb URLs:

[Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
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 @@

Re: [Qemu-devel][PATCH] qemu vl.c

2006-12-22 Thread Stefan Weil
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

[Qemu-devel] qemu vl.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

Re: [Qemu-devel][PATCH] qemu vl.c

2006-12-22 Thread Thiemo Seufer
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

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Paul Brook
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

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Paul Brook
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_cmdline,

[Qemu-devel] [PATCH] make adb_pci.c buildable

2006-12-22 Thread Igor Kovalenko
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:

[Qemu-devel] qemu/hw apb_pci.c

2006-12-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/12/22 22:35:25 Modified files: hw : apb_pci.c Log message: Sparc64 build fix (Igor Kovalenko). CVSWeb URLs:

[Qemu-devel] qemu/slirp tcp.h

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 00:03:15 Modified files: slirp : tcp.h Log message: Fix build warning on Windows. CVSWeb URLs:

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
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 Solaris Host.

[Qemu-devel] qemu/hw mips_r4k.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 00:23:19 Modified files: hw : mips_r4k.c Log message: More serial ports for the mips machine. CVSWeb URLs:

[Qemu-devel] qemu configure

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 00:33:27 Modified files: . : configure Log message: Fix spelling. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemur1=1.113r2=1.114

[Qemu-devel] qemu dyngen-exec.h target-mips/exec.h target-pp...

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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.

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
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 Solaris Host.

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
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 Solaris Host.

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Lennert Buytenhek
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/)