oundhw es1370 -enable-kqemu -net
nic,vlan=0,macaddr=52-54-00-64-91-E8,model=rtl8139 -net
user,vlan=0 -hwnd 919538 -monitor
telnet:127.0.0.1:60002,server,nowait -k de -localtime
what can I do?
Robert
PS: when using QEMU as VNC server (with de set as "VNC Keyboard
Language" in the man
Robert wrote:
Qemu Manager 7.0 with QEMU 0.11.1 (last qemu with KQEMU
accelerator) on German Windows XP, German Keyboard: I cannot type
any characters which require the AltGr key. And "| @ \" are very
important!
I couln't find any solution. A Debian 6 runs works well other
Public bug reported:
When reading the source for translate-a64.c here:
https://github.com/qemu/qemu/blob/a466dd084f51cdc9da2e99361f674f98d7218559/target/arm/translate-a64.c#L4783
I noticed that it does not appear to call gen_logic_CC for the BICS
instruction so is not setting the flags as requir
Oh yes I see. Sorry for the false report.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1889288
Title:
aarch64 BICS instruciton doesn't set flags
Status in QEMU:
Invalid
Bug description:
When
upport may be
different on AMD hardware.
Granted, this is on a much smaller VM than you're using (Windows 7 x64
with two vCPUs and 4gb of vRAM), but might be worth investigating.
Good luck!
-- Robert Vineyard
On 08/17/2012 08:36 AM, Richard Davies wrote:
Hi Avi,
Thanks to you and severa
72 e8 8b 77 04
> > EIP: [] nmi_cpu_setup.clone.6+0x2e/0xb0 SS:ESP 0068:df8adde4
> > ---[ end trace e22f1adcb9f592c1 ]---
Running oprofile in qemu-kvm guests is not supported, though an gp
should not be triggered by the oprofile driver. Do you see anything in
dmesg of the host when the guest gp triggers?
Same here, could you send me the objdump of nmi_cpu_setup() and
nmi_setup() (guest kernel)?
objdump -Sdl arch/x86/oprofile/nmi_int.o
Thanks,
-Robert
--
Advanced Micro Devices, Inc.
Operating System Research Center
When we build neither any system emulation targets nor the tools there
is actually no need for pixman library. In that case do not enforce
presence of that library on the system.
Signed-off-by: Robert Schiele
---
This allows to reduce dependencies in case you build only user
emulation targets
and, this worked and thanks for
pointers.
Branch is 1.3.50
Regards
Rob.
On Tuesday, December 4, 2012, Stefan Hajnoczi <1075...@bugs.launchpad.net>
wrote:
> On Tue, Dec 4, 2012 at 2:56 AM, Robert Hubbard
wrote:
>> I have uploaded a patch - I am failing miserably to get any output fro
about this strange
architecture name. If you want to have this supported you need to make
a patch to strip off the path before throwing into config.sub.
Robert
This issue is resolved by 1.3.50 release , this bug should be closed
now.
** Changed in: qemu
Assignee: (unassigned) => Robert Hubbard (hubbardmeister)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.
into it in some time, but the learning curve is
probably non-trivial here :)
--
Robert Święcki
0x57 [sunrpc]
[ 1078.685422] [] ? sync_page+0x0/0x46
Our OS on the physical Server is Debian Squeeze 64bit.
Can please somebody give me ANY help on that problem ?
Or maybe somebody could please post a useful link, on how to setup a KVM
with 2 or more Network-Bridges correctly?
I'm also not 100% sure, if we need to have Spanning Tree Protocoll enabled
or not on the network bridges...
Thanks a lot.
Robert
Public bug reported:
Doing
u64 lapic_idregister = (u64) fix_to_virt(FIX_APIC_BASE) + 0x20;
and later in an interrupt handler
movq (lapic_idregister), %rcx
movq (%rcx), %rcx
in a linux kernel module works in qemu 0.13.91 but not on real hardware (it
simply reboots).
On real hardware only
movl
Blue Swirl wrote:
Add dummy registers for SuperSPARC MXCC MMU counter breakpoints.
Signed-off-by: Blue Swirl
---
target-sparc/cpu.h |1 +
target-sparc/op_helper.c | 26 --
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/target-sparc/cpu.h b
Fix code format to make checkpatch.pl happy.
Signed-off-by: Robert Wang
---
block.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/block.c b/block.c
index 26910ca..87e83bc 100644
--- a/block.c
+++ b/block.c
@@ -2251,9 +2251,9 @@ BlockDriverAIOCB *bdrv_aio_readv
As you known, raw image is very popular,but the raw image format does
NOT support Copy-On-Write,a raw image file can NOT be used as a copy
destination, then image streaming/Live Block Copy will NOT work.
To fix this, we need to add a new block driver raw-cow to QEMU. If
finished, we can use qemu-i
On Tue, 2011-07-19 at 16:39 +0200, Frediano Ziglio wrote:
> 2011/7/19 Robert Wang :
> > As you known, raw image is very popular,but the raw image format does
> > NOT support Copy-On-Write,a raw image file can NOT be used as a copy
> > destination, then image streaming/Live Blo
What is your configure parameters?
I think you could try like this:
./configure --enable-debug --extra-cflags="-g3 -O0"
And I did not find options like disable-gfx-check.
2011/10/21 Davide :
> Dear all,
> I am trying to debug QEMU via GDB.
>
>
> I configured and compiled QEMU with debugging flags
sh(state->image_hd);
>> + if (ret< 0) {
>> + return ret;
>> + }
>> + return bdrv_flush(bs->file);
>> +}
>> +
>> +static BlockDriverAIOCB *add_cow_aio_flush(BlockDriverState *bs,
>> + BlockDriverCompletionFun
pstrcpy(filename, filename_size, "");
> - } else {
> - pstrcpy(filename, filename_size, bs->backing_file);
> - }
> + pstrcpy(filename, filename_size, bs->backing_file);
> }
>
> int bdrv_write_compressed(BlockDriverState *bs, int64_t sector_num,
> --
> 1.7.6.4
>
>
>
--
Regards
Robert Wang
I re-sent the patch and use bdrv_co_flush now, thanks.
2011/10/27 shu ming :
> Looks good to me. A nit, it seems that bdrv_flush is not supported anymore
> in upstream.
> bdrv_co_flush should be used instead if you update your workspace to latest
> one.
> On 2011-10-26 18:08, Ro
Signed-off-by: Robert Wang
---
block/sheepdog.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/block/sheepdog.c b/block/sheepdog.c
index 57b6e1a..ab04932 100644
--- a/block/sheepdog.c
+++ b/block/sheepdog.c
@@ -66,7 +66,7 @@
* 20 - 31 (12 bits): reserved data object
kvm.git + qemu.git: 94b3ffcd_f71e769d
after live migration, the guest works fine.
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1293975
Title:
Public bug reported:
Environment:
Host OS (ia32/ia32e/IA64):ia32e
Guest OS (ia32/ia32e/IA64):ia32e
Guest OS Type (Linux/Windows):Windows
kvm.git Commit:94b3ffcd41a90d2cb0b32ca23aa58a0d5dc0
qemu-kvm Commit:839a5547574e57cce62f49bfc50fe1f04b00589a
Host Kernel Version:3.14.0-rc3
Hard
> -Original Message-
> From: Michael S. Tsirkin [mailto:m...@redhat.com]
> Sent: Wednesday, March 26, 2014 6:31 PM
> To: Bug 1297651
> Cc: qemu-devel@nongnu.org; ehabk...@redhat.com; ler...@redhat.com; Hu,
> Robert
> Subject: Re: [Bug 1297651] [NEW] KVM create a win
Best Regards,
Robert Ho
> -Original Message-
> From: Laszlo Ersek [mailto:ler...@redhat.com]
> Sent: Wednesday, March 26, 2014 9:57 PM
> To: Michael S. Tsirkin
> Cc: Bug 1297651; qemu-devel@nongnu.org; ehabk...@redhat.com; Hu, Robert
> Subject: Re: [Bug 1297651] [NEW]
on latest commit (db237e33), this bug doesn't exit.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1297651
Title:
KVM create a win7 guest with Qemu, it boots up fail
Status in QEMU:
New
Bug desc
[root@localhost qemu]# git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
[root@localhost qemu]# git log db237e33
commit db237e33c08a279f0179f8f5128a6d10d9adc38a
Merge: 61898bc ad1c7e0
Author: Peter Maydell
Date: Wed Mar 26 17:10:15 2014 +
Merge remote
Public bug reported:
system_powerdown causes an SMP OpenBSD guest to freeze. I can reproduce
it with the following systems/versions:
- Debian 6: QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5)
- Fedora 20:
qemu-system-x86-1.6.1 (from Fedora repository)
qemu-1.7.0 (latest release v
I opened an OpenBSD bug. OpenBSD does not use a bug-tracking database,
AFAICT, but rather the mailing-list . I will post any
replies to the OpenBSD bug report in comments here.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://b
hoping to increase the OpenBSD developers' inclination to investigate
this bug, I reproduced it using OpenBSD 5.4 as the host.
I used the stock qemu-1.5.1 that is available as an OpenBSD package.
Booting the GENERIC.MP kernel in the VM was painfully slow, but it
eventually came up to multi-user mo
If someone needs to coordinate with someone from the OpenBSD team,
please talk to Mike Larkin . He expressed an
intention to look into this problem from the OpenBSD side. I would be
delighted if I could supply Mike with a qemu contact person, of if
someone could contact him directly (and copy me, p
Hello,
it is not possible in the current version (5.4), and is not possible for many
previous versions, to shut down an OpenBSD guest using "virsh shutdown". The
guest freezes totally and must be destroyed afterwards.
The host is a 64bit debian-6 system running Qemu version:
QEMU PC emulator
Urban
On 02/03/2014 06:44 PM, Robert Urban wrote:
> Hello,
>
> it is not possible in the current version (5.4), and is not possible for many
> previous versions, to shut down an OpenBSD guest using "virsh shutdown". The
> guest freezes totally and must be destroyed afterward
Public bug reported:
Environment:
Host OS (ia32/ia32e/IA64):ia32e
Guest OS (ia32/ia32e/IA64):ia32e
Guest OS Type (Linux/Windows):Linux
kvm.git Commit:8fbb1daf3e8254afc17fc4490b69db00920197ae
qemu.git Commit: 6fffa26244737f8fd8641a21fee29bd6aa9fdff5
Host Kernel Version:3.14.0-rc3
Hardw
Public bug reported:
Environment:
---
KVM commit/branch: da3f7ca3/next
Qemu commit/branch: 7b8a354d/master
Host OS: RHEL7.2 ia32e
Host Kernel: 4.4-rc2
Guest OS: RHEL7.2 ia32e
Description:
When assign more than 20 vpcus with optio
** Attachment added: "guest log"
https://bugs.launchpad.net/qemu/+bug/1535497/+attachment/4552328/+files/guest.log
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1535497
Title:
Guest can not boo
Public bug reported:
Environment:
Host OS (ia32/ia32e/IA64): ia32e
Guest OS (ia32/ia32e/IA64): ia32e
Guest OS Type (Linux/Windows): linux
kvm.git Commit: da3f7ca3
qemu.git Commit: 38a762fe
Host Kernel Version: 4.4.0-rc2
Hardware: BDW EP (Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20
You're right. After I manually load vfio_iommu_type1, the error is gone.
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1529187
Title:
vfio passtrh
Public bug reported:
Unable to read any vmdk4 type files. Goal was to convert to a qcow2,
this worked after emitting code.
OS is Centos linux 2.6.32. I pulled the latest git tree down for qemu
to see if this was resolved, it is not.
Starting program: /home/rhubbard/QEMU/qemu/qemu-img info -f v
Duplicate - Same issue related to header/footer - When does the code fix
show up in the git release train ?
bug 907063 .
Read the VMDK 5.X release doc on format for VMDK. The files im using are
created from Vsphere 5.X and are using a VMDK verion of 3.
Virtual Disk Format 5.0 - VMware
www.vmware
Hi Stefan,
Will post later this week/end based on your requirements.
Regards.
Rob.
On Thu, Nov 8, 2012 at 12:15 AM, Stefan Hajnoczi <1075...@bugs.launchpad.net
> wrote:
> On Tue, Nov 6, 2012 at 11:38 PM, Robert Hubbard
> wrote:
> > Duplicate - Same issue related to header/
Attached Diff to resolve the "open issue" and to also to begin to cater
for the fact that an image copy of streamoptimzed format is not
supported. This will be added in later fix pending acceptance here.
** Attachment added: "rhubbard-patch-fix-vmdk"
https://bugs.launchpad.net/qemu/+bug/107525
king 4 Me...
commit 971ad8e198fa386214d8154904facbce2719fb06
Author: root
Date: Mon Dec 3 17:11:28 2012 -0800
Bug#1075252 by Robert Hubbard: Fixed problems with StreammOptimized
open, needs more work for convert.
diff --git a/block.h b/block.h
index 78ecfac..1f55f6d 100644
--- a/block.h
+++ b/bl
y in Windows which requires
the device is attached to a PCIe port. Linux doesn't seem to care about
the fact that a PCIe device is connected to a PCI port.
Best regards,
Robert.
Windows kernel developer - storage stack; ata port, stor port, ahci, nvme,
ata/sata, scsi.
--
Robert Randall | robert.r.rand...@gmail.com
ng
>> PK11_Logout.
>> I'm not 100% certain I've placed the PK11_Logout call in the best place, but
>> it does
>> seeming to fix the issue.
> Hi Ray,
>
> Thanks for the patches! It looks good to me but I'll defer to Robert,
>
> Alon
ack... The
rmance to a Linux Guest with a similar configuration and also
qcow2 seems to very close to the "native" Performance.
Thanks.
Robert
On Fri, Sep 30, 2011 at 2:04 PM, Stefan Hajnoczi wrote:
> On Fri, Sep 30, 2011 at 11:32 AM, Robert P wrote:
>
> Please use Reply-All to keep qemu-devel CCed so that others can contribute.
>
> >
> > On Fri, Sep 30, 2011 at 10:16 AM, Stefan Hajnoczi
> > wrote:
>
On Fri, Sep 30, 2011 at 4:54 PM, Stefan Hajnoczi wrote:
> On Fri, Sep 30, 2011 at 2:46 PM, Robert P wrote:
> >
> >
> > On Fri, Sep 30, 2011 at 2:04 PM, Stefan Hajnoczi
> wrote:
> >>
> >> On Fri, Sep 30, 2011 at 11:32 AM, Robert P wrote:
> >>
est "qemu-system-arm" the output is : "Val=0x1 Val2=0x2"
Qemu was configured with: "./configure --python=`which python2.7`
--target-list=arm-softmmu"
The test can be compiled with: "gcc -g -static test2.c -o test2"
If further information is needed, feel free
dk2-de...@ml01.01.org
> Cc: Laszlo Ersek; Igor Mammedov; Michael S. Tsirkin; Josh Triplett; Gal
> Hammer; edk2-devel-01; Moore, Robert; qemu-devel@nongnu.org; Paolo Bonzini
> Subject: Re: [edk2] [Qemu-devel] Windows does not support DataTableRegion
> at all [was: docs: describe QEMU'
I should say "some new things" are not supported, not all of them.
> -Original Message-
> From: Walz, Michael C
> Sent: Monday, September 14, 2015 10:24 AM
> To: Moore, Robert; Bill Paul; edk2-de...@ml01.01.org
> Cc: Laszlo Ersek; Igor Mammedov; Michael S. Ts
..@redhat.com]
> Sent: Tuesday, September 15, 2015 3:49 AM
> To: Bill Paul
> Cc: edk2-de...@ml01.01.org; Igor Mammedov; Michael S. Tsirkin; Josh
> Triplett; Gal Hammer; Moore, Robert; qemu-devel@nongnu.org; Paolo Bonzini
> Subject: Re: [edk2] [Qemu-devel] Windows does not support DataTable
> -Original Message-
> From: Laszlo Ersek [mailto:ler...@redhat.com]
> Sent: Thursday, September 03, 2015 9:17 AM
> To: Moore, Robert; Josh Triplett
> Cc: edk2-devel-01; qemu devel list; Michael Tsirkin; Igor Mammedov; Marcel
> Apfelbaum; Paolo Bonzini; Shannon Zhao;
> -Original Message-
> From: Laszlo Ersek [mailto:ler...@redhat.com]
> Sent: Thursday, September 03, 2015 8:54 AM
> To: Josh Triplett
> Cc: edk2-devel-01; qemu devel list; Michael Tsirkin; Igor Mammedov; Marcel
> Apfelbaum; Paolo Bonzini; Shannon Zhao; Moore, Robert;
escription in QEMU manual info
2. Expilicitly print out when it's used with non-default value
Robert Ho (2):
Reveal 'to' param of '-vnc' option in qemu man page
Explicitly print out default vnc option in use
qemu-options.hx | 7 +++
vl.c| 5 ++
If no display option defined in QEMU command line, and SDL is not
available, then it by default uses '-vnc localhost:0,to=99,id=default'.
This patch simply print out the default option parameters out, so that
user is aware of that.
Signed-off-by: Robert Ho
---
vl.c | 5 -
1 file
Add the descrption of the 'to' param of 'vnc' option in QEMU man page.
Signed-off-by: Robert Ho
---
qemu-options.hx | 7 +++
1 file changed, 7 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index 6106520..68b4cf2 100644
--- a/qemu-options.hx
+++ b/qemu-o
use user, especially when used in
some default situation implicitly.
So shall I?
1. Add its description in QEMU manual info
2. Expilicitly print out when it's used with non-default value
Robert Ho (2):
Reveal 'to' param of '-vnc' option in qemu man page
Exp
If no display option defined in QEMU command line, and SDL is not
available, then it by default uses '-vnc localhost:0,to=99,id=default'.
This patch simply print out the default option parameters out, so that
user is aware of that.
Signed-off-by: Robert Ho
---
vl.c | 5 -
1 file
Add the descrption of the 'to' param of 'vnc' option in QEMU man page.
Signed-off-by: Robert Ho
---
qemu-options.hx | 7 +++
1 file changed, 7 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index 6106520..68b4cf2 100644
--- a/qemu-options.hx
+++ b/qemu-o
On Tue, 2016-05-31 at 09:51 +0200, Markus Armbruster wrote:
> Robert Ho writes:
>
> > If no display option defined in QEMU command line, and SDL is not
> > available, then it by default uses '-vnc localhost:0,to=99,id=default'.
> > This patch simply print out
On Tue, 2016-05-31 at 13:17 +0200, Markus Armbruster wrote:
> Robert Hu writes:
>
> > On Tue, 2016-05-31 at 09:51 +0200, Markus Armbruster wrote:
> >> Robert Ho writes:
> >>
> >> > If no display option defined in QEMU command line, and SDL is not
>
On Tue, 2016-05-31 at 14:59 +0200, Paolo Bonzini wrote:
>
> On 31/05/2016 09:03, Robert Ho wrote:
> > I find that '-vnc' option actually has a parameter 'to', implicitly;
> > while actually is there and can be used but not be public.
> > Don
On Mon, 2016-06-06 at 09:28 +0200, Markus Armbruster wrote:
> Robert Hu writes:
>
> > On Tue, 2016-05-31 at 13:17 +0200, Markus Armbruster wrote:
> >> Robert Hu writes:
> >>
> >> > On Tue, 2016-05-31 at 09:51 +0200, Markus Armbruster wrote:
[trim.
On Tue, 2016-06-07 at 08:28 +0800, Robert Hu wrote:
> On Mon, 2016-06-06 at 09:28 +0200, Markus Armbruster wrote:
> > Robert Hu writes:
> >
> > > On Tue, 2016-05-31 at 13:17 +0200, Markus Armbruster wrote:
> > >> Robert Hu writes:
> > >>
&g
On Wed, 2016-06-08 at 16:22 +0200, Markus Armbruster wrote:
> Robert Hu writes:
>
> > On Mon, 2016-06-06 at 09:28 +0200, Markus Armbruster wrote:
> >> Robert Hu writes:
> >>
> >> > On Tue, 2016-05-31 at 13:17 +0200, Markus Armbruster wrote:
> >&
Blue Swirl wrote:
On Sat, Jan 22, 2011 at 3:30 PM, Mateusz Loskot wrote:
On 18/01/11 21:51, Blue Swirl wrote:
On Tue, Jan 18, 2011 at 6:00 PM, Mateusz Loskot wrote:
On 18/01/11 17:36, Blue Swirl wrote:
On Tue, Jan 18, 2011 at 3:27 PM, Mateusz Loskot
wrote:
Any help would be greatly appreciated!
Thanks,
Robert
I've built kernel v2.6.33.2 and tryintg to simulate realview (or integrator)
arm board on qemu under Ubuntu 9.10.
make ARCH=arm realview_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-
qemu-system-arm -M realview -kernel zImage.2.6.33.2.realview -initrd
initramfs.cpio.gz
or
make ARCH=arm i
Sirs,
I've built kernel v2.6.33.2 and tryintg to simulate realview (or integrator)
arm board on qemu under Ubuntu 9.10.
make ARCH=arm realview_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-
qemu-system-arm -M realview -kernel zImage.2.6.33.2.realview -initrd
initramfs.cpio.gz
or
make ARCH=
On 09/19/2010 11:15 AM, Avi Kivity wrote:
On 09/17/2010 10:00 PM, Cam Macdonell wrote:
After fixing the resource_size_t return value with
pci_resource_alignment, I see one other strange behaviour only when
using 4GB of RAM and a 2GB BAR. I haven't found any other combination
of RAM/BAR size that
Anthony Liguori wrote:
> > And how does the smart card state get migrated during migration? How
> > do you keep it synced with QEMU?
> >
> > I don't understand the use-case behind this. Is this so that a local
> > physical smart card can be passed through to a guest from a Spice
> > client and wh
On 10/14/2010 11:52 AM, Anthony Liguori wrote:
> On 10/14/2010 01:37 PM, Robert Relyea wrote:
>> Anthony Liguori wrote:
>>
>>
>>> > And how does the smart card state get migrated during migration? How
>>> > do you keep it synced with QEMU?
>>&g
On 10/14/2010 03:16 PM, Anthony Liguori wrote:
> On 10/14/2010 05:03 PM, Robert Relyea wrote:
>>> Remote device passthrough is just a special case of passthrough.
>>> It's got interesting characteristics in that unlike local device
>>> passthrough, if you pr
Hi, everyone.
I tried to test the qemu, but I found only qemu-i386 is tested.
But is there any test about other command like qemu-system-arm or
qemu-arm to make sure the function still work after modification?
Best Regards,
robert
Hello all,
can anyone recommend a better way to achive (guest agnostic) MAC-address
isolation in qemu/kvm, then with user-mode networking?
I have multiple guests requiring the same MAC-address, and user-mode/slirp
networking is quite slow.
best regards,
Robert
PS. Please BCC me, as I am not
usermode networking) need identical MACs.
They don't need to "talk" to one another, but they do need to be able to talk
to the servers and the "outside world".
I'm hoping that maybe someone that's a little more "network savvy" can give me
a tip in the right direction.
vlans, ebtables, iptables, ppp, funky NAT setups, etc...
Thanks, and best regards,
Robert
PS. Please BCC me, as I am not on the list.
be able to talk
to the servers and the "outside world".
I'm hoping that maybe someone that's a little more "network savvy" can give me
a tip in the right direction.
vlans, ebtables, iptables, ppp, funky NAT setups, etc...
Thanks, and best regards,
Robert
> Cc
rrently setup using usermode networking) need identical MACs.
They don't need to "talk" to one another, but they do need to be able to talk
to the servers and the "outside world".
I'm hoping that maybe someone that's a little more "network savvy" can give
ul if anyone can tell me some debug tips during the QEMU
development.
Best Regards,
robert
ltrace, but used to trace userland function.
Attach it to qemu, and the result can be got.
For exmaple:
[pid 26180] do_info_cpus() at 0x08056870
so do_info_cpus is used while you call "info cpus".
Currently tracef only supports x86 arch.
Hope this will help someone.
Best Regards,
robert
options.
Regards,
robert
Only create as many per CPU timers as there are CPUs.
Index: hw/slavio_timer.c
===
RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v
retrieving revision 1.21
diff -p -u -r1.21 slavio_timer.c
--- hw/slavio_timer.c 1 Dec 2007 15:58:22
Robert Reif wrote:
Only create as many per CPU timers as there are CPUs.
This time with the right patch.
Index: hw/slavio_timer.c
===
RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v
retrieving revision 1.21
diff -p -u -r1.21
Set the proper limit when set to 0.
Index: hw/slavio_timer.c
===
RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v
retrieving revision 1.21
diff -p -u -r1.21 slavio_timer.c
--- hw/slavio_timer.c 1 Dec 2007 15:58:22 - 1.21
+
Fix count calculation when counter limit set to 0.
diff -p -u -r1.23 slavio_timer.c
--- hw/slavio_timer.c 17 Dec 2007 18:21:57 - 1.23
+++ hw/slavio_timer.c 18 Dec 2007 02:23:37 -
@@ -97,9 +97,14 @@ static int slavio_timer_is_user(SLAVIO_T
// Convert from ptimer countdown units
s
All registers are set to 0 on reset.
This requires my prevoius patch which isn't in CVS yet.
diff -p -u -r1.23 slavio_timer.c
--- hw/slavio_timer.c 17 Dec 2007 18:21:57 - 1.23
+++ hw/slavio_timer.c 19 Dec 2007 12:28:30 -
@@ -306,13 +369,11 @@ static void slavio_timer_reset(void *
This patch adds __func__ to 3 of the 4 debug printfs to make it
consistent with the the one that already uses it.
diff -p -u -r1.17 m48t59.c
--- hw/m48t59.c 17 Nov 2007 17:14:43 - 1.17
+++ hw/m48t59.c 27 Dec 2007 23:34:11 -
@@ -451,7 +451,7 @@ uint32_t m48t59_read (void *opaque, uint
diff -p -u -r1.24 slavio_intctl.c
--- hw/slavio_intctl.c 17 Nov 2007 21:01:04 - 1.24
+++ hw/slavio_intctl.c 28 Dec 2007 01:46:54 -
@@ -145,7 +145,7 @@ static uint32_t slavio_intctlm_mem_readl
SLAVIO_INTCTLState *s = opaque;
uint32_t saddr, ret;
-saddr = (addr & INTC
Pass the asi number in is_asi. This works because asi 0 is not a valid asi.
Print out the type of access (read, write, exec).
diff -p -u -r1.61 op_helper.c
--- target-sparc/op_helper.c10 Dec 2007 19:58:20 - 1.61
+++ target-sparc/op_helper.c28 Dec 2007 17:07:49 -
@@ -416,7 +41
Add asi debug info printing.
diff -p -u -r1.61 op_helper.c
--- target-sparc/op_helper.c10 Dec 2007 19:58:20 - 1.61
+++ target-sparc/op_helper.c28 Dec 2007 17:23:29 -
@@ -6,6 +6,7 @@
//#define DEBUG_MXCC
//#define DEBUG_UNALIGNED
//#define DEBUG_UNASSIGNED
+//#define DEBUG_A
diff -p -u -r1.73 sun4m.c
--- hw/sun4m.c 28 Dec 2007 20:59:23 - 1.73
+++ hw/sun4m.c 28 Dec 2007 21:25:06 -
@@ -698,7 +698,7 @@ static const struct hwdef hwdefs[] = {
.me_irq = 30,
.cs_irq = 5,
.machine_id = 0x80,
-.iommu_version = 0x0400,
+
Fix obio/power address for ss10 and ss20.
ss600mp doesn't have obio/power so fix slavio_misc to work without it.
Index: hw/slavio_misc.c
===
RCS file: /sources/qemu/qemu/hw/slavio_misc.c,v
retrieving revision 1.16
diff -p -u -r1.16 sl
Paul Brook wrote:
On Wednesday 02 January 2008, Robert Reif wrote:
Sparc32 has a 64 bit counter that should be read and written as 64
bits but that isn't supported in QEMU. I did a quick hack to add
64 bit i/o and converted sparc32 to use it and it seems to work.
I'm suppling
diff -p -u -r1.392 vl.c
--- vl.c28 Dec 2007 20:59:23 - 1.392
+++ vl.c3 Jan 2008 02:20:42 -
@@ -985,6 +985,8 @@ QEMUTimer *qemu_new_timer(QEMUClock *clo
QEMUTimer *ts;
ts = qemu_mallocz(sizeof(QEMUTimer));
+if (!ts)
+return NULL;
ts->clock
diff -p -u -r1.5 ptimer.c
--- hw/ptimer.c 17 Nov 2007 17:14:47 - 1.5
+++ hw/ptimer.c 3 Jan 2008 02:27:18 -
@@ -185,6 +185,8 @@ ptimer_state *ptimer_init(QEMUBH *bh)
ptimer_state *s;
s = (ptimer_state *)qemu_mallocz(sizeof(ptimer_state));
+if (!s)
+return NULL;
Paul Brook wrote:
s = (ptimer_state *)qemu_mallocz(sizeof(ptimer_state));
+if (!s)
+return NULL;
None of the callers bother to check the return value, And even if they did I
don't think there's any point trying to gracefully handle OOM. Just abort
and be done with it.
Paul Brook wrote:
What about a meaningful exit message?
"Out of memory" is a fairly comprehensive description of the problem.
In fact I'd say it's much more informative than "doesn't know or care about> failed to initialize".
If the user requested a target parameter that is beyond the
Sun4m SMP machines support a maximum of 4 CPUs. Linux
knows this and uses fixed size arrays for per-cpu counter/timers
and interrupt controllers. Sun4m uni-processor machines use
the slaveio chip which has a single per-cpu counter/timer
and interrupt controller. However it does not fully decode
1 - 100 of 1052 matches
Mail list logo