On Mon, Aug 9, 2010 at 7:15 AM, Mulyadi Santosa
wrote:
> 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
Hi Stefan,
I think this needs to be resolved.
CCtrace.o
CCsimpletrace.o
cc1: warnings being treated as errors
/home/prerna/qemu-testing/git/qemu/simpletrace.c: In function
‘write_header’:
/home/prerna/qemu-testing/git/qemu/simpletrace.c:46: error: integer
constant is too large for ‘
On Mon, Aug 09, 2010 at 02:26:05PM +0530, Prerna Saxena wrote:
> Hi Stefan,
> I think this needs to be resolved.
>
> CCtrace.o
> CCsimpletrace.o
> cc1: warnings being treated as errors
> /home/prerna/qemu-testing/git/qemu/simpletrace.c: In function
> ‘write_header’:
> /home/prerna/qemu
On 08/06/2010 03:40 PM, Amit Shah wrote:
On (Fri) Aug 06 2010 [12:12:45], Daniel P. Berrange wrote:
On Wed, Jun 23, 2010 at 08:14:04PM +0530, Amit Shah wrote:
qemu-config.c doesn't contain any target-specific code, and the
TARGET_I386 conditional code didn't get compiled as a result.
Explicitly use 64-bit fields in trace records so that timestamps and
magic numbers work for 32-bit host builds.
Signed-off-by: Stefan Hajnoczi
---
simpletrace.c | 31 +--
simpletrace.h | 11 ++-
simpletrace.py |2 +-
tracetool |6 +++---
4 f
On 08/03/2010 09:46 AM, Kevin Wolf wrote:
The following changes since commit 8f6e28789faeac4f01f8dbfdac147a3d3b635f24:
savevm: Fix memory leak of compat struct (2010-07-30 23:02:03 +0200)
Pulled, thanks.
Regards,
Anthony Liguori
are available in the git repository at:
git://repo.
On 08/03/2010 09:44 AM, Kevin Wolf wrote:
The following changes since commit 5933e8a96ab9c59cb6b6c80c9db385364a68c959:
fix last cpu timer initialization (2010-08-02 18:49:13 +)
Pulled, thanks.
Regards,
Anthony Liguori
are available in the git repository at:
git://repo.or.cz/q
Signed-off-by: Stefan Hajnoczi
---
docs/tracing.txt | 21 -
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/docs/tracing.txt b/docs/tracing.txt
index abbae6b..fe3c6ac 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -18,7 +18,7 @@ for debugging, profil
Symbols with a size of 0 are unusable for the disassembler.
Example:
While running an arm linux kernel, no symbolic names are
used in qemu.log when the cpu is executing an assembler function.
Assume that the size of such symbols is the difference to the
next symbol value.
Signed-off-by: Stefan
ELF images were not detected as linux kernels.
Assume that they are linux kernels if the kernel name contains 'vmlinux'.
Cc: Paul Brook
Signed-off-by: Stefan Weil
---
hw/arm_boot.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/arm_boot.c b/hw/arm_boot.c
index
Start address 0x0 did not work with a linux kernel.
Cc: Jan Kiszka
Signed-off-by: Stefan Weil
---
hw/musicpal.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/musicpal.c b/hw/musicpal.c
index 33180a2..dc6bc21 100644
--- a/hw/musicpal.c
+++ b/hw/musicpal.c
@@ -1470,
On 08/09/2010 03:17 AM, Stefan Hajnoczi wrote:
Use -mem-path /path/to/directory. It's used for hugetlbfs support on
Linux but it should work on a normal filesystem too.
Stefan
It *almost* works, except for some minor obstacles:
1) Normally the pages get mmap()'d with MAP_PRIVATE so they CO
Am Dienstag, 27. Juli 2010, 19:25:26 schrieb Richard Henderson:
> A re-based and re-tested version of a patch series I
> posted back in April and May. These cleanups prepare
> elfload.c for loading the VDSO for x86_64.
>
>
Do you have a repo where i could pull these from ?
Best,
Jan-Simon
This series changes how QMP exports the version of QEMU to clients.
Current behavior:
{"QMP": {"version": {"qemu": "0.13.50", "package": ""}, "capabilities": []}}
New behavior:
{"QMP": {"version": {"qemu": {"micro": 50, "minor": 13, "major": 0}, "package":
""}, "capabilities": []}}
Clients will
Update the documentation of 'query-version' to output the string version broken
down.
Signed-off-by: Miguel Di Ciurcio Filho
---
qemu-monitor.hx | 16 ++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 2af3de6..9c27b31 10064
This code was originally developed by Daniel P. Berrange
Signed-off-by: Miguel Di Ciurcio Filho
---
monitor.c | 23 +++
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/monitor.c b/monitor.c
index c313d5a..e82c48f 100644
--- a/monitor.c
+++ b/monitor.c
@@ -6
--- On Sun, 8/8/10, Steve White wrote:
> From: Steve White
> Subject: [Qemu-devel] [Bug 614958] [NEW] copy-paste between client and host
> To: qemu-devel@nongnu.org
> Date: Sunday, August 8, 2010, 3:19 AM
> I can tell you, the absence of a copy/paste mechanism makes
> the project
> an immedi
On Mon, Aug 9, 2010 at 6:29 AM, Anthony Liguori wrote:
>
> Sorry, I've got it now. In the future, please resend patches with [RESEND]
> as opposed to just bumping it.
Isn't anybody using
http://patchwork.ozlabs.org/project/qemu-devel/list/ ? Tbat was
designed specifically to help manage patch su
On Mon, 9 Aug 2010, Miguel Di Ciurcio Filho wrote:
> This code was originally developed by Daniel P. Berrange
>
> Signed-off-by: Miguel Di Ciurcio Filho
> ---
> monitor.c | 23 +++
> 1 files changed, 19 insertions(+), 4 deletions(-)
>
> diff --git a/monitor.c b/monitor.c
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.
>>
>> Before I attempt to reinvent the wheel,
On 08/09/2010 11:46 AM, Michael Roth wrote:
2) exec.c:file_ram_alloc() assumes you're allocating off a hugetlbfs and
makes some system calls to get the block/hugepage size. A quick hack
might be to comment out the following in exec.c:gethugepagesize():
if (fs.f_type != HUGETLBFS_MAGIC)
fprintf(
SPICE is supposed to address this kind of issue. Hopefully it will be
merged in 0.14.
Anyway, after SPICE support is merged this feature would belong in
SPICE, not in QEMU. See http://spice-
space.org/page/Features/SharedClipboard for more information.
We might keep this open until SPICE is merg
On Mon, Aug 9, 2010 at 7:49 PM, Dennis wrote:
> I have an application that takes up over 2 GB of memory but is
> otherwise demanding virtually no other resources at all.
> Running multiple instances of the application using physical memory
> isn't an option. Would it be hard to change Qemu's
> phy
On Mon, Aug 9, 2010 at 9:41 PM, Stefan Hajnoczi wrote:
> On Mon, Aug 9, 2010 at 7:49 PM, Dennis wrote:
>> I have an application that takes up over 2 GB of memory but is
>> otherwise demanding virtually no other resources at all.
>> Running multiple instances of the application using physical memo
Try removing ifname=tap0 and a different macaddr for second instance.
--Nirmal
On Fri, Aug 6, 2010 at 7:09 AM, 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
> inst
-- Forwarded message --
From: PCMan
Date: 2010/8/7
Subject: [Lxde-list] LXAppearance 2 replaces the original LXAppearance in
master branch.
To: lxde-list , "The mailing list for
translators of LXDE and its components."
Hi list,
The rewrite of LXAppearance is finished and there a
** Description changed:
I Use Ubuntu 32 bit 10.04 with standard KVM.
I have Intel E7600 @ 3.06GHz processor with VMX
In this system I Run:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
QEMU_AUDIO_DRV=none /usr/bin/kvm -M pc-0.12 -enable-kvm -m 256 -smp 1 -
** Also affects: qemu-kvm (Ubuntu)
Importance: Undecided
Status: New
** Changed in: qemu-kvm (Ubuntu)
Status: New => Fix Released
** Changed in: qemu-kvm (Ubuntu)
Importance: Undecided => Medium
--
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs
** Also affects: qemu-kvm (Ubuntu Lucid)
Importance: Undecided
Status: New
** Changed in: qemu-kvm (Ubuntu Lucid)
Status: New => In Progress
** Changed in: qemu-kvm (Ubuntu Lucid)
Importance: Undecided => Medium
--
KVM segmentation fault, using SCSI+writeback and linux 2.4 g
can any one suggest any study materials for start learning qemu and its
internals
i have already read the documentation in this qemu web page other than that
any
other materials,thanks
On Wed, Jul 28, 2010 at 07:07:34PM -0300, Lucas Meneghel Rodrigues wrote:
> On Tue, 2010-07-20 at 09:36 +0800, Amos Kong wrote:
> > This case just snoop tftp packet through tcpdump, it depends on public dhcp
> > server, better to test it through dnsmasq.
>
> It would be a good idea to have an alte
31 matches
Mail list logo