[Qemu-devel] [Bug 614958] [NEW] copy-paste between client and host

2010-08-08 Thread Steve White
Public bug reported: Hi, I propose that copy/paste between VMs be implemented somehow directly in QEMU. This has been discussed repeatedly elsewhere; various solutions are proposed. See below. As it is, each user has to do their own research and testing if they are to find a solution. This

[Qemu-devel] Towards common sense

2010-08-08 Thread Jeremy Sup
Towards common sense The commotion surrounding vaccinations used for waging political battles will eventually turn against communities. The 1918-1919 flu pandemic, nicknamed “the Spanish flu”, was also caused by the A/H1N1 swine flu virus. Its first wave had a similar course to the current

RE: [Qemu-devel] Questions about networking

2010-08-08 Thread Niessen, Peter
Hello Mulyadi, thanks, I'll give it a spin. I'm off for the next few days, so I won't have results immediately. Cheers, have a good weekend, Peter. From: Mulyadi Santosa [mulyadi.sant...@gmail.com] Sent: 07 August 2010 07:37 To: Niessen, Peter Cc:

Re: [Qemu-devel] [PATCH] sheepdog: remove unnecessary includes

2010-08-08 Thread Kevin Wolf
Am 08.08.2010 11:31, schrieb Izumi Tsutsui: qemu_socket.h includes all necessary files and including netinet/tcp.h without netinet/in.h could cause errors on some systems. Signed-off-by: Izumi Tsutsui tsut...@ceres.dti.ne.jp Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] sheepdog: remove unnecessary includes

2010-08-08 Thread Izumi Tsutsui
qemu_socket.h includes all necessary files and including netinet/tcp.h without netinet/in.h could cause errors on some systems. Signed-off-by: Izumi Tsutsui tsut...@ceres.dti.ne.jp --- block/sheepdog.c | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git

[Qemu-devel] Fwd: Virtual Guest MAC-Address Isolation

2010-08-08 Thread Robert Rebstock
(Partially reposted (again); I had yet another error. Sorry for the noise.) Hello all, can anyone recommend a better way to achive (guest agnostic) MAC-address isolation in qemu/kvm than with usermode/slirp networking? It's too slow. I have multiple guests on the same host, all requiring

Re: [Qemu-devel] [patch] fix scsi-generic

2010-08-08 Thread Kevin Wolf
Am 07.08.2010 02:55, schrieb adq: Hi, I've been tracking down why scsi generic devices (using SG_IO) don't work any more. After adding debug, I can see that it actually submits the scsi CDB in hw/scsi-generic.c/execute_command(), but that the hw/scsi-generic.c/scsi_read_complete() callback is

[Qemu-devel] [PATCH] hw/omap: Fix default setup for OMAP UART devices

2010-08-08 Thread Stefan Weil
Character devices created by qemu_chr_open don't allow duplicate device names, so naming all UART devices null no longer works. Running qemu-system-arm -M n800 (and some other machines) results in this error message: qemu-system-arm: Duplicate ID 'null' for chardev Can't create

Re: [Qemu-devel] guest MAC-address isolation

2010-08-08 Thread Robert Rebstock
Hi, thanks for your answer. I need real world connectivity. My current (debian) setup is as follows: /etc/network/interfaces: auto natbr0 iface natbr0 inet static address 10.0.2.2 netmask 255.255.255.0 metric 1 bridge_ports dummy0 bridge_stp off

[Qemu-devel] Question about e1000 NIC emulation in Qemu - chipset used

2010-08-08 Thread Anjali Kulkarni
Hi, I am using Qemu for emulation of my virtual e1000 NIC, and my driver for the e1000 is a modified version of 82547EI. (Modified because it is userspace and plugs into other modules - but the device access specific parts are not modified). I wanted to know which chipset exactly does Qemu

[Qemu-devel] [PATCH] vnc: use bswapNN() rather than bswap_NN()

2010-08-08 Thread Izumi Tsutsui
bswap_NN() variants are not always available in CONFIG_MACHINE_BSWAP_H case and bswapNN() are public APIs in bswap.h. Signed-off-by: Izumi Tsutsui tsut...@ceres.dti.ne.jp --- ui/vnc-enc-tight.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/vnc-enc-tight.c

[Qemu-devel] Virtual Guest MAC-Address Isolation

2010-08-08 Thread Robert Rebstock
(Partially reposted, as I screwed up while copy and pasting my configs; sorry for the noise.) Hello all, can anyone recommend a better way to achive (guest agnostic) MAC-address isolation in qemu/kvm than with usermodes/slirp networking? It's too slow. I have multiple guests on the same host,

[Qemu-devel] SCSI command 0x51 implementation

2010-08-08 Thread Jasper Hartline
Hi. I'm trying to implement this properly: GPCMD_READ_DISC_INFO 0x51 What I have done is added this to ide_atapi_cmd() in hw/ide/core.c in Qemu 0.12.3 however I think with the help of you guys, you might help me implement it properly. case GPCMD_READ_DISC_INFO: {

Re: [Qemu-devel] [patch] fix scsi-generic

2010-08-08 Thread adq
On 8 August 2010 14:11, Kevin Wolf kw...@redhat.com wrote: Am 07.08.2010 02:55, schrieb adq: Hi, I've been tracking down why scsi generic devices (using SG_IO) don't work any more. After adding debug, I can see that it actually submits the scsi CDB in hw/scsi-generic.c/execute_command(), but

[Qemu-devel] Virtual memory question

2010-08-08 Thread Dennis
Hi, I've been looking at the qemu source code but couldn't find anything that would suit my needs. Basically I'm looking for a way to use a file on disk as physical memory inside Qemu. Before I attempt to reinvent the wheel, has someone ever hacked in similar functionality and if so is there a

Re: [Qemu-devel] [patch] fix scsi-generic

2010-08-08 Thread adq
Hi, more information on the command that is (now) killing my qemu+scsi-generic in case someone else can help... Its our old friend the READ DVD STRUCTURE command: CMD: 00 ad CMD: 01 00 CMD: 02 00 CMD: 03 00 CMD: 04 00 CMD: 05 00 CMD: 06 00 CMD: 07 01 CMD: 08 00 CMD: 09 08 CMD: 0a 00 CMD: 0b 00

Re: [Qemu-devel] [patch] fix scsi-generic

2010-08-08 Thread adq
On 8 August 2010 23:13, adq a...@lidskialf.net wrote: Hi, more information on the command that is (now) killing my qemu+scsi-generic in case someone else can help... Its our old friend the READ DVD STRUCTURE command: CMD: 00 ad CMD: 01 00 CMD: 02 00 CMD: 03 00 CMD: 04 00 CMD: 05 00 CMD:

[Qemu-devel] Re: Question about starting 2 VMs using Qemu

2010-08-08 Thread haishan
Anjali Kulkarni wrote: Hi, I can start my freebsd based image in Qemu, and I use tap interface for connectivity to the host or external world, but when I try to fire up 2 instances, using tap, it fails. For the second invocation, it gives me the error: [r...@ipg-virt01 tmp]#

Re: [Qemu-devel] Virtual memory question

2010-08-08 Thread C K Kashyap
I am curious to know why you'd want to do it? On Mon, Aug 9, 2010 at 2:03 AM, Dennis den...@satanclaus.com wrote: Hi, I've been looking at the qemu source code but couldn't find anything that would suit my needs. Basically I'm looking for a way to use a file on disk as physical memory