Hi..
On Mon, Aug 9, 2010 at 03:33, Dennis 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 inside Qemu.
Once when I did code adventure in Qemu, I conclude
I am curious to know why you'd want to do it?
On Mon, Aug 9, 2010 at 2:03 AM, Dennis 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 inside Qemu.
>
> Bef
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]# ./qemu-system-x86_6
On 8 August 2010 23:13, adq 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: 06 00
>
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
Wh
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 di
On 8 August 2010 14:11, Kevin Wolf 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 that
>> the
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:
{
uint64_
(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,
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
---
ui/vnc-enc-tight.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c
inde
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 emulate
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
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 creat
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
(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 identi
"qemu_socket.h" includes all necessary files and
including without
could cause errors on some systems.
Signed-off-by: Izumi Tsutsui
---
block/sheepdog.c | 10 --
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/block/sheepdog.c b/block/sheepdog.c
index 81aa564..e62820a
Am 08.08.2010 11:31, schrieb Izumi Tsutsui:
> "qemu_socket.h" includes all necessary files and
> including without
> could cause errors on some systems.
>
> Signed-off-by: Izumi Tsutsui
Thanks, applied to the block branch.
Kevin
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: qemu-d
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 inc
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 m
20 matches
Mail list logo