[Qemu-devel] [PATCH] Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing just the needed value as a defined.

2014-11-05 Thread Chris Johns
Signed-off-by: Chris Johns --- hw/usb/host-libusb.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/hw/usb/host-libusb.c b/hw/usb/host-libusb.c index d2d161b..032a0e4 100644 --- a/hw/usb/host-libusb.c +++ b/hw/usb/host-libusb.c @@ -143,6 +143,12 @@ static void usb_host_attach_kernel

Re: [Qemu-devel] [PATCH] configure: use glib in glib pkg-config check.

2014-02-04 Thread Chris Johns
On 4/02/2014 8:59 pm, Daniel P. Berrange wrote: On Linux there are more flags present in gthread-2.0.pc that are not present in glib-2.0.pc: Name: GThread Description: Thread support for GLib Requires: glib-2.0 Version: 2.38.2 Libs: -L${libdir} -lgthread-2.0 -pthread Cflags: -

Re: [Qemu-devel] [PATCH] configure: use glib in glib pkg-config check.

2014-02-03 Thread Chris Johns
On 3/02/2014 9:29 pm, Daniel P. Berrange wrote: On Mon, Feb 03, 2014 at 03:26:15PM +1100, Chris Johns wrote: Building against with a recent glib in a custom prefix fails because the gthread cflags in the pkg-config file do not have the correct path while the glib pc file does. Signed-off-by

[Qemu-devel] [PATCH] zynq: Request qemu reset when PSS_RESET_CTRL triggered.

2014-02-02 Thread Chris Johns
If 1 is written to the SLCR's PSS_RESET_CTRL register request a qemu reset. The RTEMS BSPs use this bit and if -no-reboot is used qemu exits cleanly. Signed-off-by: Chris Johns --- hw/misc/zynq_slcr.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/misc/zynq_s

[Qemu-devel] [PATCH] configure: use glib in glib pkg-config check.

2014-02-02 Thread Chris Johns
Building against with a recent glib in a custom prefix fails because the gthread cflags in the pkg-config file do not have the correct path while the glib pc file does. Signed-off-by: Chris Johns --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b

Re: [Qemu-devel] GSoC mentor summit QEMU users session

2011-11-01 Thread Chris Johns
On 1/11/11 9:05 PM, Gerd Hoffmann wrote: Adding a device is simply a matter of dropping a file into the tree and a line into the Makefile and you are done. The device is available to be used via -device. So the cost of maintaining stuff out-of-tree isn't that big as you almost never have patch