[Qemu-devel] tap devices in a bridge

2006-08-20 Thread justin
Here's the problem : running Qemu 0.8.1 binary (as provided on the download page), both with and without kqemu accelerator. I want to be able to run a virtual LAN of Virtual machines within my PC, that is seperate from the physical LAN the host PC is connected to. I don't want to use the socke

[Qemu-devel] [Bug 1766841] [NEW] QEMU 2.12 Running Problem in Windows 7 Installation

2018-04-25 Thread Justin
Public bug reported: QEMU Version: 2.12 (Binary installer qemu-w64-setup-20180424.exe from Stefan Weil's website so I am not sure I should report it to Weil by email or by this bug report system.) Host System: Windows 7 64bit Guest System: 9front 6350 (Codename“CONTENTS, MAINTAINED, STABLE”, Re

[Qemu-devel] [Bug 1766841] Re: QEMU 2.12 Running Problem in Windows 7 Installation

2018-05-11 Thread Justin
Rechecked in my site, the new installer (20180430) had solved the 1st problem, but it leads to another problem: When uninstall QEMU, the loaders.cache file cannot be deleted automatically. For 2nd warning, I checked it again, when I choosed fully installing, the icons are displayed correctly; But

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-13 Thread Justin Shafer
how to run without binfmt support in the kernel. /usr/bin/qemu-i386 /usr/bin/wineserver /usr/bin/qemu-i386 /usr/bin/wine-pthread notepad.exe or /usr/bin/qemu-i386 -L /usr/gnemul/qemu-i386 /usr/bin/wineserver /usr/bin/qemu-i386 -L /usr/gnemul/qemu-i386 /usr/bin/wine-pthread notepad.exe If you do h

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-13 Thread Justin Shafer
HOW TO COMPILE ON ARM AND UBUNTU 12.04 This will run wine if you compile with 0.13 or 0.14 sudo apt-get install zlib1g-dev sudo apt-get install libsdl1.2-dev ./configure --target-list=i386-linux-user --enable-sdl --prefix=/usr --cross-prefix=arm-linux-gnueabi- --host-cc=gcc4.6 --extra-cflags=-ma

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-14 Thread Justin Shafer
I do now know... I compile on my phone and tablet. In fact I loaded Ubuntu on my Touchpad last night, native. http://code.google.com/p/hp-touchpad-ubuntu/wiki/Installation No more chroot to deal with. -- You received this bug notification because you are a member of qemu- devel-ml, which is su

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-14 Thread Justin Shafer
I am now able to run winecfg... you have to have wine-pthread run winecfg qemu-i386 /usr/bin/qemu-i386 wine-pthread winecfg All the tabs load except audio.. For that it hangs.. Trying to fix that.. I want to run an app that hangs and it uses audio. -- You received this bug notification because y

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-22 Thread Justin Shafer
Interesting stuff. With 0.14 and 1.2 wineserver will run if you say wineserver -d2 -f -p for example. I believe it is forking when you run plain old wineserver because it really is getting an invalid argument. I am running Wine 1.1.14 and Qemu 0.14 and I can run many apps. I cannot run a NeoB

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-22 Thread Justin Shafer
Does this have anything to do with Memory Mapping? I have a feeling it does I notice the mmap_min_addr setting for arm is 4096 For x86 its 65536 http://www.onsitedentalsystems.com/error.jpg -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribe

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2012-10-22 Thread Justin Shafer
The app I am testing does run on qemu-i386 compiled for x86.. and the host is x86. The screen shot I posted in the last post is what happens when you run qemu and wine on arm instead of qemu and wine on x86. -- You received this bug notification because you are a member of qemu- devel-ml, which

[Qemu-devel] [Bug 1357175] [NEW] qemu fails to build on powerpc64

2014-08-14 Thread Justin Hibbits
Public bug reported: Qemu fails to build on powerpc64, ELFv1 ABI, since the introduction of the ELFv2 ABI support. On FreeBSD/powerpc64 I see the following error building HEAD from today (8/14/2014): In file included from /home/chmeee/qemu-git/tcg/tcg.c:264: /home/chmeee/qemu-git/tcg/ppc/tcg-tar

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-19 Thread Justin Shafer
I would like to run wine. I have compiled qemu 0.15.5 from git and I noticed we can enable nptl without a patch. I can run an x86 nptl bash but I havent tried to chroot. I have the posix wine running with qemu... So i tried it with wine and I am able to get a --version out of it, but when I actuall

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-19 Thread Justin Shafer
Here is a strace.. fumex calls??? strace -ff -o /ls-strace-alignment-6.log /usr/bin/qemu-i386 /usr/bin /wine-pthread notepad.exe ** Attachment added: "wine.log" https://bugs.launchpad.net/qemu/+bug/739785/+attachment/2426371/+files/wine.log -- You received this bug notification because you

Re: [Qemu-devel] VFIO VGA test branches

2013-05-11 Thread Justin Gottula
linux/pci_hotplug.h:141:19: note: previous definition of ‘pci_hp_reset_slot’ was here static inline int pci_hp_reset_slot(struct hotplug_slot *slot, int probe) ^ make[3]: *** [drivers/pci/hotplug/pci_hotplug_core.o] Error 1 Justin

Re: [Qemu-devel] VFIO VGA test branches

2013-05-21 Thread Justin Gottula
git/drivers/vfio/pci/vfio_pci.c > Oops, that's embarrassing. I'm pretty sure I pulled the wrong qemu branch. With that goof eliminated, everything is working flawlessly: the host doesn't freeze up anymore, and I no longer need to suspend between VM runs. Very nice! Thanks for the patches and the help, Justin

[Qemu-devel] [PATCH] qga/commands-posix: Fix bug in guest-fstrim

2015-03-31 Thread Justin Ossevoort
ilesystems, providing a hint to the caller about how effective the guest-fstrim request was. Signed-off-by: Justin Ossevoort --- qga/commands-posix.c | 19 +++ qga/qapi-schema.json | 5 +++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/qga/commands-posix.c b/qg

[Qemu-devel] [PATCH v2] qga/commands-posix: Fix bug in guest-fstrim

2015-04-01 Thread Justin Ossevoort
with their status. If the trime operation succeeded it returns the amount of bytes trimmed and the effective minimum chunk size. On error it returns the value of the errno for that filesystem operation (instead of aborting the request). Signed-off-by: Justin Ossevoort --- qga/commands-pos

Re: [Qemu-devel] [PATCH] qga/commands-posix: Fix bug in guest-fstrim

2015-04-02 Thread Justin Ossevoort
his is how one would want to use this return type. Pherhaps it would be better to drop the "result" field and mirror the basic return logic: "error" attribute on error and a "return" attribute with a dictionary containing the per mountpoint result? Regards, Just

Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2015-11-12 Thread Justin Shafer
Wine works! =) Didn't know if you knew... no more old qemu. You da man! On Tue, Aug 6, 2013 at 3:33 AM, Peter Maydell wrote: > Commits aa004f5f9 to 24cb36a61c (13 in total) are the patchset that fix > this. > > -- > You received this bug notification because you are subscribed to the bug > repo

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2012-11-19 Thread Justin Shafer
If you do ALL that... Then winecfg will run. About to start testing programs. Pinball runs VERY FAST! VERY PLAYABLE NOW!!! :D Justin Shafer OnsiteDentalSystems.com -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2012-11-19 Thread Justin Shafer
I still have one program that refuses to run.. I think its having a problem with an x86 library on the gnemul side... I noticed libpng.so.3 wanted to be in the gnemul folder by wine.. even though it didn't exist on the X86 machine I was using to compile.. so I copied it from libpng12.so.. Anyone h

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2012-11-19 Thread Justin Shafer
Oh yeah.. wine goes in /usr/local/bin. I created a symbolic link from /usr/gnemul/qemu-i386/usr/local/lib/libwine* /usr/local/lib. Same with the wine folder.. it needs to be seen as /usr/local/lib/wine. -- You received this bug notification because you are a member of qemu- devel-ml, which is sub

Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2012-11-23 Thread Justin Shafer
with those 3 lines I removed.. So I am recompiling my kernel and then I am going to recompile qemu and I bet I can compile it without removing those 3 lines. -Justin Wine 1.5.11 is a lot funner to play with then 0.9.14 -Original Message- From: boun...@canonical.com [mailto:boun...@canonic

Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2012-11-27 Thread Justin Shafer
Open GL Works with wglgears. ubuntu@hptp-u1210b1:~/.wine/drive_c$ wine ./wglgears.exe qemu: Unsupported syscall: 254 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported sysca

Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2013-01-21 Thread Justin Shafer
http://forum.winehq.org/viewtopic.php?f=2&t=17701 Here is where I got... Read the whole thing.. -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of James Le Cuirot Sent: Monday, January 21, 2013 4:16 PM To: justinsha...@gmail.com Subject: [Bug 7397

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-21 Thread Justin Shafer
Moonman, you know what I realized. I have the posix version of wine running okay with qemu-i386... But I have never been able to compile my own working version.. I realized that last night. I can compile, and it will run, but wine never actually runs, and Im compiling with --enable- sdl and all tha

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-21 Thread Justin Shafer
See this can run the posix wine.. But I cant recreate it. Its running qemu-0.12.2 which you can download and compile but I still cant get it to play solitaire like I can with the one below. wget http://a.trap.me.uk/qemu-i386 -- You received this bug notification because you are a member of qemu

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-21 Thread Justin Shafer
Okay I found that 12.5 I can run posix wine and that is compiling on my own. gonna try the patch on 12.5 to see if it can run dynamic nptl binaries -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-21 Thread Justin Shafer
Odd.. If I do ./configure --static --enable-sdl --target-list=i386 -linux-user this will work fine with 12.5 but on say 15 it cant find SDL. I am on 1.2.13 I think. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpa

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-21 Thread Justin Shafer
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/855630 I decided to give it, its own bug. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785 Title: qemu-i386 user mode on ARMv5 host fails (b

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-23 Thread Justin Shafer
Something odd. I installed VMWare with Ubuntu 11.04. Then I installed wine and qemu with apt-get. Same exact errors using qemu-i386. Verbatim. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785 Tit

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-09-23 Thread Justin Shafer
No armel at all in #44. Perhaps if qemu cant run wine with user emulation using x86.. it will not be able to do arm as well? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785 Title: qemu-i386 us

Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument)

2016-06-15 Thread Justin Shafer
.3]# make > ./qemu-linux-user.sh > [qemu-i386] > ../qemu-0.14.0/i386-linux-user/qemu-i386 -L ./gnemul/qemu-i386 i386/ls > -l dummyfile > BUG IN DYNAMIC LINKER ld.so: dl-version.c: 210: _dl_check_map_versions: > Assertion `needed != ((void *)0)' failed! > make: *** [t

[Qemu-devel] [PATCH v3 1/2] qga/commands-posix: Fix bug in guest-fstrim

2015-04-30 Thread Justin Ossevoort
. If a previous filesystem would have trimmed 0 bytes, than the next filesystem would report an error 'Invalid argument' because a FITRIM request with length 0 is not valid. This change resets the fstrim_range structure for each filesystem. Signed-off-by: Justin Ossevoort --- qga/comman

[Qemu-devel] [PATCH v3 2/2] qga/commands-posix: Return per path fstrim result

2015-04-30 Thread Justin Ossevoort
some mountpoints that error is returned and the guest-fstrim continue with any additional mountpoints. Signed-off-by: Justin Ossevoort --- qga/commands-posix.c | 54 ++-- qga/qapi-schema.json | 32 --- 2 files changed, 69

[Qemu-devel] [PATCH v3 0/2] Fix guest-fstrim behaviour

2015-04-30 Thread Justin Ossevoort
timate details about the filesystem layout of the guest. Justin Ossevoort (2): qga/commands-posix: Fix bug in guest-fstrim qga/commands-posix: Return per path fstrim result qga/commands-posix.c | 63 qga/qapi-schema.json | 32

Re: [Qemu-devel] [PATCH v3 2/2] qga/commands-posix: Return per path fstrim result

2015-05-01 Thread Justin Ossevoort
On 30-04-15 18:35, Thomas Huth wrote: On Thu, 30 Apr 2015 16:29:58 +0200 Justin Ossevoort wrote: The current guest-fstrim support only returns an error if some mountpoint was unable to be trimmed, skipping any possible additional mountpoints. The result of the TRIM operation itself is also

[Qemu-devel] [PATCH v4 0/2] Fix guest-fstrim behaviour

2015-05-11 Thread Justin Ossevoort
h 2 to indicate returned values are filesystem, storage stack and kernel version dependant Justin Ossevoort (2): qga/commands-posix: Fix bug in guest-fstrim qga/commands-posix: Return per path fstrim result qga/commands-posix.c | 63

[Qemu-devel] [PATCH v4 1/2] qga/commands-posix: Fix bug in guest-fstrim

2015-05-11 Thread Justin Ossevoort
. If a previous filesystem would have trimmed 0 bytes, than the next filesystem would report an error 'Invalid argument' because a FITRIM request with length 0 is not valid. This change resets the fstrim_range structure for each filesystem. Signed-off-by: Justin Ossevoort --- qga/comman

[Qemu-devel] [PATCH v4 2/2] qga/qmp_guest_fstrim: Return per path fstrim result

2015-05-11 Thread Justin Ossevoort
some mountpoints that error is returned and the guest-fstrim continue with any additional mountpoints. The returned values for errors, minimum and trimmed are dependant on the filesystem, storage stacks and kernel version. Signed-off-by: Justin Ossevoort --- qga/commands-posix.c | 54

[Qemu-devel] ARM load/store multiple bug

2006-09-09 Thread Justin Fletcher
Hiya, I have found a bug in the implementation of the load/store multiple instructions in ARM (LDM and STM). These are defined in the ARM ARM to ignore bits 0 and 1 of the address when the load takes place - that is the base register for these operations is always treated as a 32bit aligned v

[Qemu-devel] Re: qemu fix for ARM systems

2006-09-09 Thread Justin Fletcher
value is non-zero. Within the OS I'm using, the N flag's value is seldom intentionally changed, but the Z flag is regularly manipulated. Justin Fletcher wrote: Hiya, I've been using qemu to test an ARM OS with. I hope this is the right address to contact with patches; I coul

Re: [Qemu-devel] ARM load/store multiple bug

2006-09-10 Thread Justin Fletcher
On Sun, 10 Sep 2006, Paul Brook wrote: ---8<--- if (n != 1) gen_op_addl_T1_im(-((n - 1) * 4)); } } j = 0; /* Insert something like gen_op_bicl_T1_im(3); here */ for(i=0;i

[Qemu-devel] PL110 1bpp and 2bpp fix

2006-09-10 Thread Justin Fletcher
Hiya, Tiny fix for the bit manipulation in the PL110 rendering code, hw/pl110_template.h. There is a sequence of three definitions used in the graphic routines : #define FN_2(x, y) FN(x, y) FN(x+1, y) #define FN_4(x, y) FN_2(x, y) FN_2(x+1, y) #define FN_8(y) FN_4(0, y) FN_4(4, y) In the FN_

Re: SV: [Qemu-devel] ARM CPSR and conditional instructions

2006-11-24 Thread Justin Fletcher
On Thu, 23 Nov 2006, Wolfgang Schildbach wrote: I very much doubt there is any problem with the CPSR. The ARM emulation has correctly run hundreds of millions of instructions coming from many different compilers and hand-written assembly. Can you be more precise in what the effect is that you se

Re: [Qemu-devel] [PATCH] ARM MMU translation - fix small (4k) page access

2007-02-02 Thread Justin Fletcher
On Fri, 2 Feb 2007, Scott Oom wrote: Hello, Found a problem when using small pages and getting permission faults. This patch corrects the decoding of access permissions for small pages on ARM, was just off by 2 bits. I may be confused on this, but it still doesn't seem right to me. You have..

Re: [Qemu-devel] [PATCH] ARM MMU translation - fix small (4k) page access

2007-02-02 Thread Justin Fletcher
On Fri, 2 Feb 2007, Justin Fletcher wrote: On Fri, 2 Feb 2007, Scott Oom wrote: Hello, Found a problem when using small pages and getting permission faults. This patch corrects the decoding of access permissions for small pages on ARM, was just off by 2 bits. I may be confused on this, but

[Qemu-devel] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-06-07 Thread Justin Hibbits
The attached very trivial patch fixes a startup bug that prevents at least Qemu 3.1 and later from working on FreeBSD/powerpc64. - Justin >From 74a70fdcfa5347e7637aa36276c55781f19de72a Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Fri, 7 Jun 2019 13:44:51 -0500 Subject: [PATCH]

[Bug 1880066] Re: Microphone input dies in guest when switching evdev input

2021-05-07 Thread Justin Cichra
ies in guest when switching evdev input Status in QEMU: Fix Released Status in qemu package in Fedora: Fix Released Bug description: justin@justin-3900x:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20

[Bug 1880066] Re: Microphone input dies in guest when switching evdev input

2021-05-07 Thread Justin Cichra
put dies in guest when switching evdev input Status in QEMU: Fix Released Status in qemu package in Fedora: Fix Released Bug description: justin@justin-3900x:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20

[Qemu-devel] [Bug 855800] Re: KVM crashes when attempting to restart migration

2017-02-07 Thread Justin Fletcher
I haven't attempted to reproduce the issue recently, I'm afraid. I've changed jobs twice in the intervening time, so the immediate issue for me has gone away. If I find an opportunity, I shall try to reproduce with the most recent versions. -- You received this bug notification because you are a

[Qemu-devel] [Bug 1357175] Re: qemu fails to build on powerpc64

2017-08-08 Thread Justin Hibbits
It looks like this has been fixed in the intervening 3 years. I just tried building head on FreeBSD/powerpc64, and was successful. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1357175 Title: qemu

[Qemu-devel] [Bug 1357175] Re: qemu fails to build on powerpc64

2017-08-08 Thread Justin Hibbits
It looks like this has been fixed in the intervening 3 years. I just tried building head on FreeBSD/powerpc64, and was successful. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1357175 Title: qemu

Re: [Qemu-devel] Windows vioinput guest driver tablet input bug

2018-02-25 Thread Justin Gatzen
The last email's diff got mangled due to long lines. The original source has long lines still but it shouldnt get cut off his time. Justin, diff --git a/vioinput/sys/HidMouse.c b/vioinput/sys/HidMouse.c index 69dac235..528bd3d6 100644 --- a/vioinput/sys/HidMouse.c +++ b/vioinput/sys/HidMo

[Qemu-devel] Windows vioinput guest driver tablet input bug

2018-02-25 Thread Justin Gatzen
more robust fix and deeper look at the HIDMouseProbe function. Thanks, Justin diff --git a/vioinput/sys/HidMouse.c b/vioinput/sys/HidMouse.c index 69dac235..ea188991 100644 --- a/vioinput/sys/HidMouse.c +++ b/vioinput/sys/HidMouse.c @@ -325,7 +325,11 @@ HIDMouseProbe( DynamicArrayReserve(&am

[Bug 1880066] Re: Microphone input dies in guest when switching evdev input

2020-11-21 Thread Justin Cichra
I upgraded to Ubuntu 20.10 (Groovy Gorilla) and the issue was resolved. Here's a list of relevant package versions: root@justin-3900x:/home/justin# apt list --installed | grep virt (etc...) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. gir1.2-libvirt-gli

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-06-26 Thread Justin Hibbits
On Wed, 26 Jun 2019 18:16:36 +0200 Laurent Vivier wrote: > Le 26/06/2019 à 18:14, Laurent Vivier a écrit : > > Le 07/06/2019 à 20:56, Justin Hibbits a écrit : > >> The attached very trivial patch fixes a startup bug that prevents > >> at least Qemu 3.1 and la

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-06-26 Thread Justin Hibbits
On Wed, 26 Jun 2019 18:47:42 +0200 Laurent Vivier wrote: > Le 26/06/2019 à 18:37, Justin Hibbits a écrit : > > On Wed, 26 Jun 2019 18:16:36 +0200 > > Laurent Vivier wrote: > > > >> Le 26/06/2019 à 18:14, Laurent Vivier a écrit : > >>> Le

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-06-26 Thread Justin Hibbits
On Wed, Jun 26, 2019, 13:04 Justin Hibbits wrote: > On Wed, 26 Jun 2019 18:47:42 +0200 > Laurent Vivier wrote: > > > Le 26/06/2019 à 18:37, Justin Hibbits a écrit : > > > On Wed, 26 Jun 2019 18:16:36 +0200 > > > Laurent Vivier wrote: > > > > >

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-06-26 Thread Justin Hibbits
On Wed, Jun 26, 2019, 19:08 Laurent Vivier wrote: > Le 27/06/2019 à 02:02, Justin Hibbits a écrit : > > > > > > On Wed, Jun 26, 2019, 13:04 Justin Hibbits > <mailto:chmeeed...@gmail.com>> wrote: > > > > On Wed, 26 Jun 2019 18:47:42 +0200 &g

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-07-01 Thread Justin Hibbits
On Mon, Jul 1, 2019, 03:54 Laurent Vivier wrote: > Le 27/06/2019 à 02:15, Justin Hibbits a écrit : > > > > > > On Wed, Jun 26, 2019, 19:08 Laurent Vivier > <mailto:laur...@vivier.eu>> wrote: > > > > Le 27/06/2019 à 02:02, Justin Hibbits a écrit :

Re: [Qemu-devel] [Qemu-trivial] Fix cacheline size retrieval on FreeBSD/PowerPC(64)

2019-07-02 Thread Justin Hibbits
On Mon, 1 Jul 2019 15:17:06 +0200 Laurent Vivier wrote: > Le 01/07/2019 à 15:02, Justin Hibbits a écrit : > > > > > > On Mon, Jul 1, 2019, 03:54 Laurent Vivier > <mailto:laur...@vivier.eu>> wrote: > > > > Le 27/06/2019 à 02:15, Justin Hibbits

Re: [Qemu-devel] [PATCH 0/1] Fix cacheline detection on FreeBSD/powerpc

2019-08-27 Thread Justin Hibbits
On Wed, 21 Aug 2019 10:25:45 +0200 Laurent Vivier wrote: > This is the patch originally sent by Justin, modified > to change the parameter size on FreeBSD only. > > Justin, could you review and test on FreeBSD? > Peter, could you run "make check" on your MacOS X hos

Re: [Qemu-devel] [PATCH 0/1] Fix cacheline detection on FreeBSD/powerpc

2019-08-28 Thread Justin Hibbits
On Wed, 21 Aug 2019 10:25:45 +0200 Laurent Vivier wrote: > This is the patch originally sent by Justin, modified > to change the parameter size on FreeBSD only. > > Justin, could you review and test on FreeBSD? > Peter, could you run "make check" on your MacOS X hos

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Justin Hibbits
t; +} > > +} > > #endif > > /* If we don't have any way of figuring out the actual > > executable location then try argv[0]. */ > > > Apologies, I don't have context for this. Why was I CC'd on this? Does proc_pidpath() not NUL-terminate its written string? And, given from my quick google search, it looks like this function is private and subject to change, so can you guarantee that the returned length is the *written* length, not the full string length? If not, you could be overwriting other arbitrary data. - Justin

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Justin Hibbits
On Wed, 3 Jun 2020 16:36:27 +0200 Philippe Mathieu-Daudé wrote: > On 6/3/20 4:09 PM, Justin Hibbits wrote: > > On Wed, 3 Jun 2020 08:08:42 +0200 > > Philippe Mathieu-Daudé wrote: > > > >> Cc'ing more developers. > >> > >> O

[Bug 1880066] [NEW] Microphone input dies in guest when switching evdev input

2020-05-21 Thread Justin Cichra
Public bug reported: justin@justin-3900x:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.04 LTS Release:20.04 Codename: focal justin@justin-3900x:~$ apt list --installed | egrep '*qemu*|*kvm*' WARNING: apt does not hav

Re: [Qemu-devel] [PULL 0/3] Trivial branch patches

2019-07-03 Thread Justin Hibbits
eger no > … > > In fact, it is in sysctl(3): > > SYSCTL(3)BSD Library Functions Manual > SYSCTL(3) … >CTL_HW > The string and integer information available for the CTL_HW > level is detailed below. The changeable column shows whether a > process with appropriate privilege may change the value. > >Name Type Changeable > ... >hw.cachelinesize int64_t no > > I will try to check on MacOS/X ppc and ppc64. > > Thanks, > Laurent > It's not listed in the man page for ppc(64), but examining the XNU source for the version that matches 10.5.8 (last ppc-supporting kernel) it's a CTLTYPE_INT. So, it may be different depending on arch and/or OS X version. Does QEmu even support 10.5.x or Mac OS/ppc* anymore? I had read somewhere that it was unsupported now (2.4.x is the latest one in Tigerbrew). - Justin

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-02-15 Thread Justin L Werner
I tried to build a 64-bit Precise desktop virt using libvirt manager, itself running on a 64-bit AMD 4-core box with Precise. When specifying the vmvga/vmware option, qemu keeled over and died as soon as (in VNC) it looked like the card was going into graphics mode. I then built the image specif

[Qemu-devel] Last call for 1.0.1 stable release

2012-01-09 Thread Justin M. Forbes
...@nongnu.org by Wednesday Jan 11th to give time for testing before the release is cut. Thanks, Justin

Re: [Qemu-devel] [Qemu-stable] Last call for 1.0.1 stable release

2012-01-11 Thread Justin M. Forbes
On Tue, 2012-01-10 at 14:33 +0100, Andreas Färber wrote: > Justin, > > Am 09.01.2012 19:00, schrieb Justin M. Forbes: > > Due to the repository move, holidays and other bits, we are a bit late > > getting out the door, but I want to get qemu 1.0.1 stable release done this

Re: [Qemu-devel] [Qemu-stable] [PATCH 4/4] target-i386: fix SSE rounding and flush to zero

2012-01-13 Thread Justin M. Forbes
; > argument is of type ‘TCGv_i64’ > > make[1]: *** [translate.o] Error 1 > > make: *** [subdir-x86_64-softmmu] Error 2 > > I see this, too. I will take a look, I am not seeing it right now with the full stable tree, though I am doing a much larger config. Justin

[Qemu-devel] Fedora virt status

2011-05-23 Thread Justin M. Forbes
Fedora 14 - We have 101 open bugs, 5 of which have fixes in awaiting updates. - 1 bug has been closed in the last week Fedora 15 - Release tomorrow! - We have 36 open bugs 2 of which have fixes in awaiting updates. - 6 bugs have been closed in the last week - GA images have been cleared for releas

[Qemu-devel] [ANNOUNCE] QEMU 1.0.1.tar.gz is available

2012-02-17 Thread Justin M. Forbes
buted to make this release happen! Regards, Justin M. Forbes

Re: [Qemu-devel] [patch] qemu-1.0.1/VERSION

2012-02-19 Thread Justin M. Forbes
CONFIG_PRODUCTVERSION 1,0,1,0 > > > > > >Patch: > >--- VERSION.ORIG2012-02-18 18:56:16.62500 -0500 > >+++ VERSION 2012-02-18 18:56:31.609375000 -0500 > >@@ -1 +1 @@ > >-1.0,1 > >+1.0.1 > > Acked-by: Stefan Weil Ack, wow do I feel silly. Thanks for the catch. -- Justin M. Forbes

[Qemu-devel] Fedora Virt Status

2011-07-21 Thread Justin M. Forbes
Fedora 15 - We have 65 open bugs 11 of which have fixes in awaiting updates. - 12 bugs have been closed in the last week Fedora 16 Fedora 16 Feature Freeze is just 1 week away. It is time to make sure things are in shape for alpha. Important dates for the Fedora 16 Schedule: 2011-07-26 F

Re: [Qemu-devel] KVM call agenda for November 1st

2011-11-01 Thread Justin M. Forbes
On Mon, Oct 31, 2011 at 08:09:31PM +0100, Juan Quintela wrote: > > Hi > > Please send in any agenda items you are interested in covering. > > Thanks, Juan. > > PD. Tomorrow is a Spanish holiday, so I would not attend the call. As there are no agenda items, todays call is cancelled. Justin

Re: [Qemu-devel] [STABLE] Fix forcing multicast msgs to loopback on OpenBSD.

2011-08-31 Thread Justin M. Forbes
k on OpenBSD. > Pulled, thanks. Justin

Re: [Qemu-devel] [BUG] error compiling qemu-kvm-0.15.0 without vnc

2011-08-31 Thread Justin M. Forbes
table-0.15 of upstream QEMU. > > So I guess Justin should be CCed? > > Kevin Thanks for the CC, and pulled. Justin

Re: [Qemu-devel] [STABLE 3/4] monitor: fix build breakage with --disable-vnc

2011-09-16 Thread Justin M. Forbes
e been for a few weeks. Justin

[Qemu-devel] qemu-0.15.1 stable call for patches

2011-09-26 Thread Justin M. Forbes
see them. Thanks, Justin

Re: [Qemu-devel] [fedora-virt] balloon drivers missing in virtio-win-1.1.16.vfd

2011-10-06 Thread Justin M. Forbes
grab the full set of drivers from the ISO or another location. Later versions of Windows can install using the ISO for drivers and do not need the vfd at all. Justin

Re: [Qemu-devel] qemu-0.15.1 stable call for patches

2011-10-12 Thread Justin M. Forbes
On Wed, 2011-10-12 at 05:41 -0400, Brad wrote: > On 26/09/11 9:16 AM, Justin M. Forbes wrote: > > With the current patch queue I would like to start getting qemu-0.15.1 > > stable into shape. With this in mind, the plan is to tag the release on > > Monday Oct 3rd. If you hav

[Qemu-devel] [ANNOUNCE] QEMU 0.15.1.tar.gz is available

2011-10-12 Thread Justin M. Forbes
e who contributed to make this release happen! Regards, Justin M. Forbes

[Qemu-devel] Fedora Virt Test day is coming up in 2 days!

2011-04-12 Thread Justin M. Forbes
come lend a hand, we can use as many testers as possible. If you cannot make it on Thursday, please feel free to run through test plans as you have time,the feedback is still relevant and helps to make Fedora a better platform for virtualization. Thanks, Justin

[Qemu-devel] Fedora Virt Status

2011-04-25 Thread Justin M. Forbes
Fedora 14 - We have 95 open bugs, 5 of which have fixes in awaiting updates. - 17 bugs have been closed in the last week Fedora 15 - We have 22 open bugs. - 9 bugs have been closed in the last week - Beta is released, go test! - Upcoming Dates of importance: 2011-05-09 Final Change Deadline 2

[Qemu-devel] Qemu 0.14.1 last call for stable patches

2011-04-26 Thread Justin M. Forbes
It has come time to do the 0.14.1 stable release. If there are any patches which should make this release, please send them along. Remember, to be included, they need to be in the development tree already, and bug fixes only. I will cherry pick as appropriate. Thanks, Justin

[Qemu-devel] [ANNOUNCE] QEMU 0.14.1.tar.gz is available

2011-05-07 Thread Justin M. Forbes
e who contributed to make this release happen! Regards, Justin M. Forbes

[Qemu-devel] Qemu stable releases

2011-12-05 Thread Justin M. Forbes
ow do people feel about this? Justin

Re: [Qemu-devel] Qemu stable releases

2011-12-09 Thread Justin M. Forbes
On Fri, 2011-12-09 at 13:55 +0100, Andreas Färber wrote: > Am 05.12.2011 21:08, schrieb Justin M. Forbes: > > Typically I get a flurry of patches shortly after > > a release (and they have already started for 1.0). I have tried to get > > a .1 release out in a timely mann

[Qemu-devel] [Bug 897750] Re: libvirt/kvm problem with disk attach/detach/reattach on running virt

2011-12-14 Thread Justin L Werner
I've been looking at libvirt and qemu for other work, I'm doing, and I've criceld back to take another look at this. Since I first looked at this, my testbed has updated to use the "oneiric-proposed" qemu-kvm package '0.14.1+noroms-0ubuntu6.1' while retaining the libvirt-bin package 0.9.2

[Qemu-devel] [Bug 897750] Re: libvirt/kvm problem with disk attach/detach/reattach on running virt

2011-12-19 Thread Justin L Werner
Some incremental findings: In 'qemu-kvm' the DeviceState for the peer device of the BlockDeviceState that gets created when a disk attached by 'virsh attach-disk' references the 'QemuOpts' options structure that lists the options and the device ID string (ex: as 'virtio-disk4') that will (on a r

Re: [Qemu-devel] [RFC] QEMU 0.14.0 release plan

2010-11-29 Thread Justin M. Forbes
> > Okay, as long as stable is just there for CC and qemu-devel stays in the > loop. Can't do it right now but remind me again when Savannah is back up. I would agree, a different list makes things a bit easier to track, but discussions need to happen on qemu-devel so that the right people stay involved. Tagging a patch isn't always a good thing because the patch is likely sent to the list for the dev branch, and only CCed to stable because it applies and is needed. Justin

[Qemu-devel] [Bug 686613] [NEW] USB MSD are not marked as removable

2010-12-07 Thread Justin M. Forbes
Public bug reported: Filed from Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=589130 Guests can access USB Mass Storage Device, but fail to mark them as removable. ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are

[Qemu-devel] Fedora Virt status

2011-01-12 Thread Justin M. Forbes
Fedora 14 - We have 79 open bugs, 9 of which have fixes in awaiting updates. - 1 bug has been closed in the last week - Virt-preview has been opened for Fedora 14, more details below Fedora 15 - Upcoming Deadlines: 2011-01-25 Feature Submission Deadline (2 Weeks!) 2011-02-08 Feature Freeze--

[Qemu-devel] Fedora Virt Status

2011-03-04 Thread Justin M. Forbes
Fedora 14 - We have 90 open bugs, 9 of which have fixes in awaiting updates. - 4 bugs have been closed in the last week Fedora 15 - Upcoming Deadlines: 2011-03-15 Software Translation Deadline 2011-03-22 Beta Change Deadline Features 100% Complete 2011-04-05 Beta Release 2011-04-25 Fin

[Qemu-devel] Fedora Virt status

2011-03-29 Thread Justin M. Forbes
Fedora 14 - We have 91 open bugs, 10 of which have fixes in awaiting updates. - 7 bugs have been closed in the last week Fedora 15 - Upcoming Deadlines: 2011-03-29 Software Translation Deadline 2011-04-05 Beta Change Deadline Features 100% Complete 2011-04-19 Beta Release 2011-05-09 Fi

[Qemu-devel] Fedora virt status

2011-04-05 Thread Justin M. Forbes
Fedora 14 - We have 103 open bugs, 16 of which have fixes in awaiting updates. - 1 bugs have been closed in the last week Fedora 15 - Upcoming Deadlines: 2011-04-05 Beta Change Deadline Features 100% Complete *today* 2011-04-19 Beta Release 2011-05-09 Final Change Deadline 2011-05-10 C

Re: [Qemu-devel] New stable branch information

2011-02-04 Thread Justin M. Forbes
llow the tree to develop a life of its own over time. > > > > I'd like to begin this process with 0.14 and as such, have created a > > new stable tree at git://git.qemu.org/qemu-stable-0.14.git. > > > > Justin Forbes has volunteered to help collect patches for thi

[Qemu-devel] Re: [PATCH master+0.14 0/2] blockdev memory leaks

2011-02-09 Thread Justin M. Forbes
On Wed, 2011-02-09 at 14:52 +0100, Kevin Wolf wrote: > Hi Justin, > > Am 08.02.2011 15:12, schrieb Markus Armbruster: > > Markus Armbruster (2): > > blockdev: Plug memory leak in drive_uninit() > > blockdev: Plug memory leak in drive_init() error paths

  1   2   >