[Qemu-devel] Qemu on Windows rather ignores AltGr Key (de keyboard)

2011-10-24 Thread Robert
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

Re: [Qemu-devel] Qemu on Windows (Host) rather ignores AltGr Key (de keyboard)

2011-10-25 Thread Robert
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

[Bug 1889288] [NEW] aarch64 BICS instruciton doesn't set flags

2020-07-28 Thread Robert
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

[Bug 1889288] Re: aarch64 BICS instruciton doesn't set flags

2020-07-28 Thread Robert
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

Re: [Qemu-devel] Windows slow boot: contractor wanted

2012-08-17 Thread Robert Vineyard
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

Re: [Qemu-devel] general protection fault

2012-02-02 Thread Robert Richter
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

[Qemu-devel] [PATCH] configure: allow disabling pixman if not needed

2012-12-04 Thread Robert Schiele
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

Re: [Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2012-12-05 Thread Robert Hubbard
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

Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support

2012-12-21 Thread Robert Schiele
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

[Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2013-02-05 Thread Robert Hubbard
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.

[Qemu-devel] qemu-system-s390x and Linux

2014-09-05 Thread Robert Święcki
into it in some time, but the learning curve is probably non-trivial here :) -- Robert Święcki

[Qemu-devel] KVM Networking 2 Bridges

2011-12-20 Thread Robert P
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

[Qemu-devel] [Bug 796202] [NEW] Doing a 64 bit load from a 32 bit local APIC register is allowed

2011-06-12 Thread Robert Uhl
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

Re: [Qemu-devel] [PATCH] Sparc32: dummy implementation of MXCC MMU breakpoint registers

2011-06-18 Thread Robert Reif
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

[Qemu-devel] [PATCH] fix code format

2011-08-19 Thread Robert Wang
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

[Qemu-devel] External COW format for raw images

2011-07-19 Thread 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 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

Re: [Qemu-devel] External COW format for raw images

2011-07-20 Thread Robert Wang
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

Re: [Qemu-devel] QEMU via GDB

2011-10-21 Thread Robert Wang
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

Re: [Qemu-devel] [PATCH v3] add add-cow file format

2011-10-26 Thread Robert Wang
sh(state->image_hd); >> +    if (ret<  0) { >> +        return ret; >> +    } >> +    return bdrv_flush(bs->file); >> +} >> + >> +static BlockDriverAIOCB *add_cow_aio_flush(BlockDriverState *bs, >> +        BlockDriverCompletionFun

Re: [Qemu-devel] [PATCH 1/7] block: Remove dead code

2011-10-26 Thread Robert Wang
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

Re: [Qemu-devel] [PATCH v3] add add-cow file format

2011-10-27 Thread 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

[Qemu-devel] [PATCH] fix spelling error

2011-08-24 Thread Robert Wang
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

[Qemu-devel] [Bug 1293975] Re: Guest is destroyed after live migration

2014-03-24 Thread Robert Hu
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:

[Qemu-devel] [Bug 1297651] [NEW] KVM create a win7 guest with Qemu, it boots up fail

2014-03-25 Thread Robert Hu
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

Re: [Qemu-devel] [Bug 1297651] [NEW] KVM create a win7 guest with Qemu, it boots up fail

2014-03-26 Thread Hu, Robert
> -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

Re: [Qemu-devel] [Bug 1297651] [NEW] KVM create a win7 guest with Qemu, it boots up fail

2014-03-26 Thread Hu, Robert
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]

[Qemu-devel] [Bug 1297651] Re: KVM create a win7 guest with Qemu, it boots up fail

2014-03-26 Thread Robert Hu
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

[Qemu-devel] [Bug 1297651] Re: KVM create a win7 guest with Qemu, it boots up fail

2014-03-27 Thread Robert Hu
[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

[Qemu-devel] [Bug 1279500] [NEW] system_powerdown causes SMP OpenBSD guest to freeze

2014-02-12 Thread Robert Urban
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

[Qemu-devel] [Bug 1279500] Re: system_powerdown causes SMP OpenBSD guest to freeze

2014-02-12 Thread Robert Urban
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

[Qemu-devel] [Bug 1279500] Re: system_powerdown causes SMP OpenBSD guest to freeze

2014-02-13 Thread Robert Urban
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

[Qemu-devel] [Bug 1279500] Re: system_powerdown causes SMP OpenBSD guest to freeze

2014-02-14 Thread Robert Urban
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

[Qemu-devel] OpenBSD v5.X guest (with MP kernel) freezes on "virsh shutdown "

2014-02-03 Thread Robert Urban
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

Re: [Qemu-devel] OpenBSD v5.X guest (with MP kernel) freezes on "virsh shutdown "

2014-02-07 Thread Robert Urban
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

[Qemu-devel] [Bug 1293975] [NEW] Guest is destroyed after live migration

2014-03-18 Thread Robert Hu
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

[Qemu-devel] [Bug 1535497] [NEW] Guest can not boot up when assigned more than 20 vcpus with option "-no-acpi"

2016-01-18 Thread Robert Hu
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

[Qemu-devel] [Bug 1535497] Re: Guest can not boot up when assigned more than 20 vcpus with option "-no-acpi"

2016-01-18 Thread Robert Hu
** 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

[Qemu-devel] [Bug 1529187] [NEW] vfio passtrhough fails at 'No available IOMMU models' on Intel BDW-EP platform

2015-12-24 Thread Robert Hu
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

[Qemu-devel] [Bug 1529187] Re: vfio passtrhough fails at 'No available IOMMU models' on Intel BDW-EP platform

2015-12-27 Thread Robert Hu
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

[Qemu-devel] [Bug 1075252] [NEW] qemu-img cannot read VMDK4 file

2012-11-05 Thread Robert Hubbard
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

[Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2012-11-06 Thread Robert Hubbard
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

Re: [Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2012-11-13 Thread Robert Hubbard
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/

[Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2012-12-03 Thread Robert Hubbard
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

Re: [Qemu-devel] [Bug 1075252] Re: qemu-img cannot read VMDK4 file

2012-12-03 Thread Robert Hubbard
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

[Qemu-devel] Can't install Win8 x64 using q35 - need PCIe support

2013-04-08 Thread Robert Randall
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

Re: [Qemu-devel] [PATCH 0/2] Try to fix problem with emulated smartcards where invalid PIN succeeds

2013-09-09 Thread Robert Relyea
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

[Qemu-devel] QEMU Live Snapshots / Commiting

2011-09-29 Thread Robert P
rmance to a Linux Guest with a similar configuration and also qcow2 seems to very close to the "native" Performance. Thanks. Robert

Re: [Qemu-devel] QEMU Live Snapshots / Commiting

2011-09-30 Thread Robert P
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: >

Re: [Qemu-devel] QEMU Live Snapshots / Commiting

2011-09-30 Thread Robert P
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: > >>

[Qemu-devel] [Bug 1463338] [NEW] qemu-system-arm injects #UND exception with wrong PC

2015-06-09 Thread Robert Buhren
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

Re: [Qemu-devel] [edk2] Windows does not support DataTableRegion at all [was: docs: describe QEMU's VMGenID design]

2015-09-14 Thread Moore, Robert
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'

Re: [Qemu-devel] [edk2] Windows does not support DataTableRegion at all [was: docs: describe QEMU's VMGenID design]

2015-09-14 Thread Moore, Robert
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

Re: [Qemu-devel] [edk2] Windows does not support DataTableRegion at all [was: docs: describe QEMU's VMGenID design]

2015-09-15 Thread Moore, Robert
..@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

Re: [Qemu-devel] "Using Python to investigate EFI and ACPI"

2015-09-03 Thread Moore, Robert
> -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;

Re: [Qemu-devel] "Using Python to investigate EFI and ACPI"

2015-09-03 Thread Moore, Robert
> -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;

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user

2016-05-30 Thread Robert Ho
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 ++

[Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-05-30 Thread Robert Ho
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

[Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page

2016-05-30 Thread Robert Ho
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

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user

2016-05-31 Thread Robert Ho
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

[Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-05-31 Thread Robert Ho
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

[Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page

2016-05-31 Thread Robert Ho
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

Re: [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-05-31 Thread Robert Hu
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

Re: [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-06-05 Thread Robert Hu
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 >

Re: [Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user

2016-06-05 Thread Robert Hu
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&#

Re: [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-06-06 Thread Robert Hu
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.

Re: [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-06-06 Thread Robert Hu
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

Re: [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-06-18 Thread Robert Hu
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: > >&

Re: [Qemu-devel] [sparc] Floating point exception issue

2011-01-22 Thread Robert Reif
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:

[Qemu-devel] Tracing TranslationBlocks to file

2010-09-10 Thread Robert Peter
Any help would be greatly appreciated! Thanks, Robert

[Qemu-devel] How to investigate Qemu blank screen on target system problem?

2010-09-11 Thread Robert Smith
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

[Qemu-devel] Arm : How to investigate Qemu blank screen on target system problem?

2010-09-11 Thread Robert Smith
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=

Re: [Qemu-devel] ACPI error when mapping a 2GB BAR w/ 4GB of RAM

2010-09-21 Thread Robert Hancock
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

Re: [Qemu-devel] [PATCH 0/2] usb-ccid device (v2)

2010-10-14 Thread Robert Relyea
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

Re: [Qemu-devel] [PATCH 0/2] usb-ccid device (v2)

2010-10-14 Thread Robert Relyea
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

Re: [Qemu-devel] [PATCH 0/2] usb-ccid device (v2)

2010-10-14 Thread Robert Relyea
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

[Qemu-devel] [Test] Question

2010-05-25 Thread robert song
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

[Qemu-devel] guest MAC-address isolation

2010-08-06 Thread Robert Rebstock
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

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

2010-08-08 Thread Robert Rebstock
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.

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

2010-08-08 Thread Robert Rebstock
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

[Qemu-devel] Virtual Guest MAC-Address Isolation

2010-08-08 Thread Robert Rebstock
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

[Qemu-devel] [DEBUG] how to use GDB to debug qemu?

2010-04-27 Thread robert song
ul if anyone can tell me some debug tips during the QEMU development. Best Regards, robert

[Qemu-devel] Re: [DEBUG] how to use GDB to debug qemu?

2010-04-29 Thread robert song
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

[Qemu-devel] Re: [DEBUG] how to use GDB to debug qemu?

2010-04-29 Thread robert song
options. Regards, robert

[Qemu-devel] [PATCH] sparc32: make number of per CPU timers match number of CPUs

2007-12-16 Thread Robert Reif
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

Re: [Qemu-devel] [PATCH] sparc32: make number of per CPU timers match number of CPUs

2007-12-16 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: fix setting counter limit to 0

2007-12-16 Thread Robert Reif
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 +

[Qemu-devel] [PATCH] sparc32: fix count calculation when limit = 0

2007-12-17 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: all registers set to 0 on reset

2007-12-19 Thread Robert Reif
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 *

[Qemu-devel] [PATCH] hw/m48t59.c make debug printing consistent

2007-12-27 Thread Robert Reif
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

[Qemu-devel] [PATCH] fix hw/slavio_intctl.c system read address mask

2007-12-27 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: better unassigned memory debug message

2007-12-28 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: add asi debug info

2007-12-28 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: set SS-5 iommu version to turbosparc to match default cpu

2007-12-28 Thread Robert Reif
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, +

[Qemu-devel] [PATCH] sparc32: fix power address

2007-12-30 Thread Robert Reif
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

Re: [Qemu-devel] [RFC] 64 bit i/o

2008-01-02 Thread Robert Reif
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

[Qemu-devel] [PATCH] fix possible NULL pointer use in vl.c

2008-01-02 Thread Robert Reif
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

[Qemu-devel] [PATCH] fix possible NULL pointer use in hw/ptimer.c

2008-01-02 Thread Robert Reif
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;

Re: [Qemu-devel] [PATCH] fix possible NULL pointer use in hw/ptimer.c

2008-01-02 Thread Robert Reif
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.

Re: [Qemu-devel] [PATCH] fix possible NULL pointer use in hw/ptimer.c

2008-01-04 Thread Robert Reif
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

[Qemu-devel] [PATCH] sparc32: fix per cpu counter/timer

2008-01-04 Thread Robert Reif
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   2   3   4   5   6   7   8   9   10   >