Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Change default machine for 64-bit

2013-06-13 Thread Anthony Liguori
Scott Wood scottw...@freescale.com writes: On 06/13/2013 01:31:48 PM, Anthony Liguori wrote: Alexander Graf ag...@suse.de writes: On 17.05.2013, at 09:42, Andreas Färber wrote: Am 17.05.2013 06:25, schrieb David Gibson: Currently, for qemu-system-ppc64, the default machine type

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-13 Thread Anthony Liguori
called KVM to execute it. I hear there are even C compilers for this bytecode ;-) Regards, Anthony Liguori Paolo

Re: [Qemu-devel] [PATCH 2/2] Add monitor command mem-nodes

2013-06-13 Thread Anthony Liguori
Eduardo Habkost ehabk...@redhat.com writes: On Wed, Jun 05, 2013 at 07:57:42AM -0500, Anthony Liguori wrote: Wanlong Gao gaowanl...@cn.fujitsu.com writes: Add monitor command mem-nodes to show the huge mapped memory nodes locations. (qemu) info mem-nodes /proc/14132/fd/13

Re: [Qemu-devel] [PATCH 2/2] Add monitor command mem-nodes

2013-06-13 Thread Anthony Liguori
about just adding mem-path=/foo or host_node=NN suboptions? Then -mem-path /foo would be a shortcut for -numa node,mem-path=/foo. I even had patches to convert -numa to QemuOpts, I can dig them out if your interested. Ack. This is a very reasonable thing to add. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] wdt_i6300esb: fix vmstate versioning

2013-06-12 Thread Anthony Liguori
. Looking to get this in for 1.5.1 v2? There were some review comments that haven't been addressed. Regards, Anthony Liguori --- hw/watchdog/wdt_i6300esb.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/hw/watchdog/wdt_i6300esb.c b/hw/watchdog

[Qemu-devel] QEMU 1.6 release schedule

2013-06-11 Thread Anthony Liguori
-01 | Tag v1.6.0-rc1 |- | 2013-08-07 | Tag v1.6.0-rc2 |- | 2013-08-12 | Tag v1.6.0-rc3 |- | 2013-08-15 | Tag v1.6.0 Regards, Anthony Liguori

Re: [Qemu-devel] KVM call agenda for 2013-06-11

2013-06-11 Thread Anthony Liguori
be generating the SMBIOS tables. Regards, Anthony Liguori -- MST

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
with 1.5. So TL;DR, you break a bunch of stuff and introduce a mess of code. It would be less code and wouldn't break anything to add this logic to SeaBIOS. How is this even a discussion? Regards, Anthony Liguori Cc: Jordan Justen jljus...@gmail.com Cc: Anthony Liguori anth

Re: [Qemu-devel] [PATCH v2] gtk: implement -full-screen

2013-06-10 Thread Anthony Liguori
hidden. v2: drop -no-frame implementation, use booleans instead of ints and ensure consistency between ui state and menu. Signed-off-by: Peter Wu lekenst...@gmail.com Reviewed-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori --- include/ui/console.h | 2 +- ui/gtk.c

Re: [Qemu-devel] [PULL 0/2] tcg: Remove redundant tcg_target_init checks

2013-06-10 Thread Anthony Liguori
Richard Henderson r...@twiddle.net writes: Ping. Aurelien/Blue, can you pull this? Regards, Anthony Liguori On 06/05/2013 05:59 AM, Richard Henderson wrote: Reviewing the tcg/aarch64 patch set, and comparing that to existing hosts made me remember that I've wanted to do this for quite

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Peter Maydell peter.mayd...@linaro.org writes: On 10 June 2013 19:58, Anthony Liguori anth...@codemonkey.ws wrote: We only care about supporting one version of SeaBIOS. SeaBIOS should only care about supporting one version of QEMU. We're not asking it to support multiple versions. I'm

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Laszlo Ersek ler...@redhat.com writes: On 06/10/13 20:58, Anthony Liguori wrote: Michael S. Tsirkin m...@redhat.com writes: This adds support for device hotplug behind pci bridges. Bridge devices themselves need to be pre-configured on qemu command line. One of the goals of this project

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Laszlo Ersek ler...@redhat.com writes: On 06/10/13 21:57, Anthony Liguori wrote: Laszlo Ersek ler...@redhat.com writes: I don't understand this piece. Other than TianoCore being a weird environment, what made this more difficult than it is to generate the tables in QEMU? QEMU can pass

Re: [Qemu-devel] [PATCH] gtk: use better icon

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] gtk: don't resize window when enabling scaling

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v5] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 0/2] gdbstub runstate check follow-ups

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2] gtk: don't use g_object_unref on GdkCursor

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] softfloat: Fix shift128Right for shift counts 64..127

2013-06-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] Unbreak -no-quit for GTK when SDL is disabled

2013-06-10 Thread Anthony Liguori
it is not used. Signed-off-by: Peter Wu lekenst...@gmail.com Any harm in just making -no-quit unconditional? It's a nop for VNC and presumably for spice too but it's not incorrect AFAICT. Would be nice to drop #ifdefs if we can. Regards, Anthony Liguori --- include/sysemu/sysemu.h | 2

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Kevin O'Connor ke...@koconnor.net writes: On Mon, Jun 10, 2013 at 04:45:53PM -0500, Anthony Liguori wrote: This discussion comes down to two things I think: (a) our existing firmware interface is pretty poor (b) we are duplicating work because of firmware licensing. We can fix

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
David Woodhouse dw...@infradead.org writes: On Mon, 2013-06-10 at 18:34 -0500, Anthony Liguori wrote: Internally within QEMU, this initial discussion started by saying that any ACPI generation within QEMU should happen strictly with QOM methods. This was the crux of my argument, if QOM

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Hi Kevin, On Mon, Jun 10, 2013 at 7:23 PM, Kevin O'Connor ke...@koconnor.net wrote: On Mon, Jun 10, 2013 at 06:34:29PM -0500, Anthony Liguori wrote: Kevin O'Connor ke...@koconnor.net writes: For the MADT table, right now SeaBIOS needs the CPU count. That can be found by counting the number

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Hi Jordan, On Mon, Jun 10, 2013 at 7:28 PM, Jordan Justen jljus...@gmail.com wrote: On Mon, Jun 10, 2013 at 2:45 PM, Anthony Liguori anth...@codemonkey.ws wrote: OVMF is proprietary. I don't agree that not-OSI means proprietary. I call it blue if that makes you all feel better

Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support

2013-06-10 Thread Anthony Liguori
Hi Kevin, On Mon, Jun 10, 2013 at 8:19 PM, Kevin O'Connor ke...@koconnor.net wrote: On Mon, Jun 10, 2013 at 07:51:55PM -0500, Anthony Liguori wrote: I think that we can pretty much touch a table once pulling all of the info from QOM and then from a SeaBIOS point of view, never have to touch

Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-09 Thread Anthony Liguori
the menu item by using gtk_check_menu_item_set_active(). Otherwise the menu with be out of sync with the UI state. Regards, Anthony Liguori register_displaychangelistener(s-dcl); global_state = s; diff --git a/vl.c b/vl.c index 47ab45d..5a00710 100644 --- a/vl.c +++ b/vl.c @@ -4347,7

Re: [Qemu-devel] [PATCH RFT 2/5] virtio: Convert VirtioDevice to QOM realize/unrealize

2013-06-09 Thread Anthony Liguori
have to explicitly call the super() version. The advantage of this approach is that you don't have to explicitly call the super version. Regards, Anthony Liguori + And child class realize fns can call this to realize themselves as the parent would. Ditto for reset and unrealize. Then you

Re: [Qemu-devel] [PATCH 01/39] scsi: keep device alive while it has requests

2013-06-07 Thread Anthony Liguori
*bus = BUS(req-bus); ... object_ref(OBJECT(bus-parent)); Same below. If Paolo has to respin, ack. But for both ways: Reviewed-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori Andreas trace_scsi_req_alloc(req-dev-id, req-lun, req-tag); return req; } @@ -1505,6

Re: [Qemu-devel] [PATCH 02/39] dma: keep a device alive while it has SGLists

2013-06-07 Thread Anthony Liguori
); return iov_count; } -qemu_sglist_init(cmd-qsg, iov_count, pci_get_address_space(s-dev)); +pci_dma_sglist_init(cmd-qsg, s-dev, iov_count); PCI_DEVICE(s)? With same caveat at patch 1. Reviewed-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori for (i = 0

Re: [Qemu-devel] [PATCH 03/39] pci: split exit and finalize

2013-06-07 Thread Anthony Liguori
-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori --- hw/pci/pci.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 776ad96..b60d9d0d 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -779,6 +779,16

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Anthony Liguori
bisect.sh qemu-test-regress.sh With git-foreach, you can do: git-foreach bisect.sh To do a simple build test. Or you can do: git-foreach git show checkpatch-head.sh etc. Regards, Anthony Liguori Cheers, Laszlo

[Qemu-devel] [PATCH] gtk: use better icon

2013-06-07 Thread Anthony Liguori
The current icon looks pretty terrible rendered in Gnome. This switches to a transparent SVG which looks much nicer. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- Makefile | 2 +- pc-bios/qemu_logo_no_text.svg | 976 ++ ui

Re: [Qemu-devel] [PATCH v4] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-06-07 Thread Anthony Liguori
, Anthony Liguori Thanks! --- v3-v4: * renamed 'suppress_be_open_on_init' to 'explicit_be_open' to match existing 'explicit_fe_open' flag (Hans) * added missing 'explicit_be_open' flags for spice vmc/port and msmouse backends v2-v3: * removed artifact

Re: [Qemu-devel] [0/10] Clean up PCI code to allow for multiple root buses (v2)

2013-06-06 Thread Anthony Liguori
, Anthony Liguori -- MST

Re: [Qemu-devel] [PATCH] console: nicer initial screen

2013-06-06 Thread Anthony Liguori
Dunno if I said this in the previous posting, but what about just blitting an image? This text isn't internationalized. Regards, Anthony Liguori --- ui/console.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/ui/console.c b/ui/console.c index

Re: [Qemu-devel] [Qemu-stable] [PATCH stable-1.1] qga: set umask 0077 when daemonizing (CVE-2013-2007)

2013-06-05 Thread Anthony Liguori
Michael Tokarev m...@tls.msk.ru writes: 04.06.2013 18:23, Anthony Liguori wrote: Andreas Färber afaer...@suse.de writes: [] Do we have an active maintainer for 1.1 or 1.3? Unfortunately qemu.git MAINTAINERS has not been updated with stable branches and maintainers for some time. If not, I'd

Re: [Qemu-devel] [PATCH 00/39] Delay destruction of memory regions to instance_finalize

2013-06-05 Thread Anthony Liguori
. You don't actually free anything. See 00/39 in this series for a precise description. unrealize is not a word in english: http://dictionary.cambridge.org/spellcheck/american-english/?q=unrealize English is a fluid language. I wouldn't worry too much about that. Regards, Anthony Liguori I can

Re: [Qemu-devel] [PATCH 2/2] Add monitor command mem-nodes

2013-06-05 Thread Anthony Liguori
kernel interface, then perhaps we need to add full libnuma support but that would really be unfortunate... Regards, Anthony Liguori Refer to the proposal of Eduardo and Daniel. http://article.gmane.org/gmane.comp.emulators.kvm.devel/93476 Signed-off-by: Wanlong Gao gaowanl...@cn.fujitsu.com

Re: [Qemu-devel] qemu openpty

2013-06-05 Thread Anthony Liguori
-level note with such a proposal. Regards, Anthony Liguori If not, we should obviously re-use these for ui/gtk.c -- for which I'd create a new file, say, qemu-openpty.c, with all the system-dependent stuff inside, and create a wrapper function, qemu_openpty(), to do the work, and, ofcourse

[Qemu-devel] [RFC] Policy for supported hosts/platforms

2013-06-05 Thread Anthony Liguori
) that there is strong interest in having as a fully supported platform. Host Arch - s390 (offline since May 1st) PPC Sparc (offline since 2011) x86_64 i386 Host OS --- Solaris 11 (offline since 2011) Debian 6.0 RHEL 6.1 RHEL 5.x Fedora 16 OpenBSD (current) OpenBSD 4.9 Mingw32 MacOS X Regards, Anthony

Re: [Qemu-devel] [PATCH 00/39] Delay destruction of memory regions to instance_finalize

2013-06-05 Thread Anthony Liguori
up. Regards, Anthony Liguori This is important even now, but overlooked. It will become much more important for devices that will be able to access memory out of the big QEMU lock. This series changes all PCI devices (the sole to support hotplug _and_ use MemoryRegions) to do

Re: [Qemu-devel] [PATCH 00/39] Delay destruction of memory regions to instance_finalize

2013-06-05 Thread Anthony Liguori
Michael S. Tsirkin m...@redhat.com writes: On Wed, Jun 05, 2013 at 07:53:05AM -0500, Anthony Liguori wrote: Michael S. Tsirkin m...@redhat.com writes: On Wed, Jun 05, 2013 at 11:50:52AM +0200, Andreas Färber wrote: Am 04.06.2013 20:51, schrieb Paolo Bonzini: This series changes all PCI

Re: [Qemu-devel] [PATCH stable-1.1] qga: set umask 0077 when daemonizing (CVE-2013-2007)

2013-06-04 Thread Anthony Liguori
Andreas Färber afaer...@suse.de writes: Anthony, Am 31.05.2013 20:48, schrieb Anthony Liguori: Applied. Thanks. I don't see this applied, neither in qemu-stable-1.1.git nor in qemu.git stable-1.1 branch? Right, 1.1 is EOL. Do we have an active maintainer for 1.1 or 1.3? Unfortunately

Re: [Qemu-devel] [PATCH v2] gtk: don't use g_object_unref on GdkCursor

2013-06-04 Thread Anthony Liguori
Andreas Färber afaer...@suse.de writes: Am 03.06.2013 23:14, schrieb Anthony Liguori: It's not a GObject. Cc: Gerd Hoffman kra...@redhat.com Reported-by: Michael Tokarev m...@tls.msk.ru Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- v1 - v2 - Fix summary to agree with code

Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603

2013-06-04 Thread Anthony Liguori
Stefano Stabellini stefano.stabell...@eu.citrix.com writes: On Tue, 4 Jun 2013, Stefano Stabellini wrote: On Mon, 3 Jun 2013, Anthony Liguori wrote: Thanks for the link. Even though maybe partial, having a document that explains the process is great (I wish there was one for Linux too

[Qemu-devel] [Bug 1186935] Re: [1.5] QEMU monitor gets overlapped by GTK menu bar

2013-06-03 Thread Anthony Liguori
What version of gtk is this? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1186935 Title: [1.5] QEMU monitor gets overlapped by GTK menu bar Status in QEMU: New Bug description: The QEMU

Re: [Qemu-devel] [PATCH] s390/ipl: Fix spurious errors in virtio

2013-06-03 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2] po/hu.po: Hungarian translation for the GTK+ interface

2013-06-03 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v19 0/7] Add pvpanic device to deal with guest panic event

2013-06-03 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-06-03 Thread Anthony Liguori
everything. I like this very a lot more. Will give my Reviewed-by on v3. Regards, Anthony Liguori return chr; diff --git a/include/sysemu/char.h b/include/sysemu/char.h index 5e42c90..b0ae749 100644 --- a/include/sysemu/char.h +++ b/include/sysemu/char.h @@ -70,13 +70,13 @@ struct

Re: [Qemu-devel] [GIT PULL] Trivial patches for 2013-06-01

2013-06-03 Thread Anthony Liguori
Pulled. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] target-i386: Fix aflag logic for CODE64 and the 0x67 prefix

2013-06-03 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603

2013-06-03 Thread Anthony Liguori
a newer version. That's also not the normal URI that you request pulls from... Regards, Anthony Liguori The first 4 commits are important fixes that should

Re: [Qemu-devel] QEMU aborts since kvm: support using KVM_MEM_READONLY flag for regions

2013-06-03 Thread Anthony Liguori
aborts. Reverting the following commit on top of master makes the bug go away. Removing the `-enable-kvm` option also allows QEMU to operate, but without KVM. I also noted this on F19 this weekend. Is anyone else seeing this on more recent kernels? Regards, Anthony Liguori commit

Re: [Qemu-devel] [PATCH 0/2] MAINTAINERS: QMP: entry update and new maintainers

2013-06-03 Thread Anthony Liguori
Luiz Capitulino lcapitul...@redhat.com writes: Hi, This is an small update on QMP/HMP/QAPI mainternership. Please, check individual patches for details. Acked-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori Luiz Capitulino (2): MAINTAINERS: new maintainers for qapi

Re: [Qemu-devel] QEMU aborts since kvm: support using KVM_MEM_READONLY flag for regions

2013-06-03 Thread Anthony Liguori
Paolo Bonzini pbonz...@redhat.com writes: Il 03/06/2013 19:49, Anthony Liguori ha scritto: Peter Wu lekenst...@gmail.com writes: Hi, With the current git source (f10acc8b38d65a66ffa0588a036489d7fa6a593e), `qemu-system-x86_64 -enable-kvm` fails to run with the following error

[Qemu-devel] [PATCH] gtk: don't resize window when enabling scaling

2013-06-03 Thread Anthony Liguori
Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- ui/gtk.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index 52c3f95..8dc9041 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -885,9 +885,11 @@ static void gd_menu_zoom_fit(GtkMenuItem *item, void *opaque

[Qemu-devel] [PATCH] gtk: don't use g_object_ref on GdkCursor

2013-06-03 Thread Anthony Liguori
It's not a GObject. Cc: Gerd Hoffman kra...@redhat.com Reported-by: Michael Tokarev m...@tls.msk.ru Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- ui/gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index 8dc9041..3bc2842 100644 --- a/ui/gtk.c

Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603

2013-06-03 Thread Anthony Liguori
Stefano Stabellini stefano.stabell...@eu.citrix.com writes: On Mon, 3 Jun 2013, Anthony Liguori wrote: Stefano Stabellini stefano.stabell...@eu.citrix.com writes: Anthony, please pull the following changes since commit 6a4e17711442849bf2cc731ccddef5a2a2d92d29

Re: [Qemu-devel] [PATCH v3] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-06-03 Thread Anthony Liguori
not being issued, causing us to not recieve the banner and initial prompts for qmp/hmp. Reported-by: Stefan Priebe s.pri...@profihost.ag Cc: qemu-sta...@nongnu.org Signed-off-by: Michael Roth mdr...@linux.vnet.ibm.com Reviewed-by: Anthony Liguori aligu...@us.ibm.com Thanks for digging into this Mike

Re: [Qemu-devel] [PATCH] gtk: don't use g_object_ref on GdkCursor

2013-06-03 Thread Anthony Liguori
Peter Maydell peter.mayd...@linaro.org writes: On 3 June 2013 21:39, Anthony Liguori aligu...@us.ibm.com wrote: It's not a GObject. Cc: Gerd Hoffman kra...@redhat.com Reported-by: Michael Tokarev m...@tls.msk.ru Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- ui/gtk.c | 2 +- 1

Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603

2013-06-03 Thread Anthony Liguori
Stefano Stabellini stefano.stabell...@eu.citrix.com writes: On Mon, 3 Jun 2013, Anthony Liguori wrote: Stefano Stabellini stefano.stabell...@eu.citrix.com writes: On Mon, 3 Jun 2013, Anthony Liguori wrote: Stefano Stabellini stefano.stabell...@eu.citrix.com writes: Anthony

[Qemu-devel] [PATCH v2] gtk: don't use g_object_unref on GdkCursor

2013-06-03 Thread Anthony Liguori
It's not a GObject. Cc: Gerd Hoffman kra...@redhat.com Reported-by: Michael Tokarev m...@tls.msk.ru Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- v1 - v2 - Fix summary to agree with code (Peter) --- ui/gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk.c b

Re: [Qemu-devel] [PATCH RFC 00/13] qemu: generate acpi tables for the guest

2013-06-03 Thread Anthony Liguori
Jordan Justen jljus...@gmail.com writes: On Tue, May 14, 2013 at 6:34 AM, Anthony Liguori anth...@codemonkey.ws wrote: Michael S. Tsirkin m...@redhat.com writes: On Mon, May 13, 2013 at 03:38:51PM -0500, Anthony Liguori wrote: I don't think it's a good idea to move BIOS functionality

Re: [Qemu-devel] gtk UI doesn't correctly byte swap 32-bit framebuffer on qemu-system-ppc little-endian host

2013-06-03 Thread Anthony Liguori
force the display API to do the conversion for me? Regards, Anthony Liguori I've quickly confirmed this with git bisect which simply returns: commit 15546425c5527ebb08ede399373b705866f1ff84 Author: Anthony Liguori aligu...@us.ibm.com Date: Wed Feb 20 07:43:25 2013 -0600 gtk: make

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
build tree and then having a way to point the SeaBIOS makefiles to our copy of it. Then the logic is maintained stays in firmware but the churn happens in the QEMU tree instead of the SeaBIOS tree. Regards, Anthony Liguori With both the hardware implementation and acpi descriptions

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
of everything is silly. Every other vendor that uses TianoCore has a proprietary fork. Maintaining a GPL fork seems just as reasonable. /soapbox Regards, Anthony Liguori (and I never have without explicit permission), so it's been a lot of back and forth with acpidump / iasl -d in guests (massage OVMF

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
Laszlo Ersek ler...@redhat.com writes: On 05/31/13 15:04, Anthony Liguori wrote: Laszlo Ersek ler...@redhat.com writes: On 05/31/13 09:09, Jordan Justen wrote: Due to licensing differences I can't just port code from SeaBIOS to OVMF soapbox :) Fork OVMF, drop the fat module

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
David Woodhouse dw...@infradead.org writes: On Fri, 2013-05-31 at 08:04 -0500, Anthony Liguori wrote: soapbox Fork OVMF, drop the fat module, and just add GPL code. It's an easily solvable problem. Heh. Actually it doesn't need to be a fork. It's modular, and the FAT driver is just

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
David Woodhouse dw...@infradead.org writes: On Fri, 2013-05-31 at 10:43 -0500, Anthony Liguori wrote: It's even more fundamental. OVMF as a whole (at least in it's usable form) is not Open Source. The FAT module is required to make EDK2 usable, and yes, that's not Open Source. So

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
Laszlo Ersek ler...@redhat.com writes: On 05/31/13 16:38, Anthony Liguori wrote: It's either Open Source or it's not. It's currently not. I disagree with this binary representation of Open Source or Not. If it weren't (mostly) Open Source, how could we fork (most of) it as you're

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
Paolo Bonzini pbonz...@redhat.com writes: Il 31/05/2013 19:06, Anthony Liguori ha scritto: David Woodhouse dw...@infradead.org writes: On Fri, 2013-05-31 at 10:43 -0500, Anthony Liguori wrote: It's even more fundamental. OVMF as a whole (at least in it's usable form) is not Open Source

Re: [Qemu-devel] [PATCH] gdbstub: do not restart crashed guest

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v7 0/4] KVM flash memory support

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v4] tests: set MALLOC_PERTURB_ to expose memory bugs

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PULL] VirtFS update

2013-05-31 Thread Anthony Liguori
Pulled. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] seccomp: add the asynchronous I/O syscalls to the whitelist

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH stable-1.1] qga: set umask 0077 when daemonizing (CVE-2013-2007)

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [QEMU PATCH v3] qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] virtio-pci: drop unused wmb macro

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] virtio-pci: drop unused wmb macro

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2] isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)

2013-05-31 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
Jordan Justen jljus...@gmail.com writes: On Fri, May 31, 2013 at 7:38 AM, Anthony Liguori anth...@codemonkey.ws wrote: In terms of creating a FAT module, the most likely source would seem to be the kernel code and since that's GPL, I don't think it's terribly avoidable to end up

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-31 Thread Anthony Liguori
Jordan Justen jljus...@gmail.com writes: On Fri, May 31, 2013 at 11:35 AM, Anthony Liguori anth...@codemonkey.ws wrote: As I think more about it, I think forking edk2 is inevitable. We need a clean repo that doesn't include the proprietary binaries. I doubt upstream edk2 is willing

Re: [Qemu-devel] updated: kvm networking todo wiki

2013-05-30 Thread Anthony Liguori
Rusty Russell ru...@rustcorp.com.au writes: Anthony Liguori anth...@codemonkey.ws writes: Rusty Russell ru...@rustcorp.com.au writes: On Fri, May 24, 2013 at 08:47:58AM -0500, Anthony Liguori wrote: FWIW, I think what's more interesting is using vhost-net as a networking backend with virtio

Re: [Qemu-devel] updated: kvm networking todo wiki

2013-05-30 Thread Anthony Liguori
Stefan Hajnoczi stefa...@gmail.com writes: On Thu, May 30, 2013 at 7:23 AM, Rusty Russell ru...@rustcorp.com.au wrote: Anthony Liguori anth...@codemonkey.ws writes: Rusty Russell ru...@rustcorp.com.au writes: On Fri, May 24, 2013 at 08:47:58AM -0500, Anthony Liguori wrote: FWIW, I think

Re: [Qemu-devel] updated: kvm networking todo wiki

2013-05-30 Thread Anthony Liguori
Michael S. Tsirkin m...@redhat.com writes: On Thu, May 30, 2013 at 08:40:47AM -0500, Anthony Liguori wrote: Stefan Hajnoczi stefa...@gmail.com writes: On Thu, May 30, 2013 at 7:23 AM, Rusty Russell ru...@rustcorp.com.au wrote: Anthony Liguori anth...@codemonkey.ws writes: Rusty

Re: [Qemu-devel] [PATCH v2 1/2] ps2: add support of auto-repeat

2013-05-30 Thread Anthony Liguori
be done via a subsection too. Regards, Anthony Liguori } PS2KbdState; typedef struct { @@ -146,6 +150,15 @@ void ps2_queue(void *opaque, int b) s-update_irq(s-update_arg, 1); } +static void repeat_ps2_queue(void *opaque) +{ +PS2KbdState *s = opaque

Re: [Qemu-devel] [PATCH v2 2/2] ps2: preserve repeat state on migration

2013-05-30 Thread Anthony Liguori
Amos Kong ak...@redhat.com writes: Use a subsection to migrate repeat state (repate period and first delay). Signed-off-by: Amos Kong ak...@redhat.com Ah, You should fold this into 1/2. Otherwise you break migration during bisecting. Regards, Anthony Liguori --- hw/input/ps2.c | 22

Re: [Qemu-devel] [PATCH] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-05-30 Thread Anthony Liguori
, Anthony Liguori

Re: [Qemu-devel] [PATCH] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-05-30 Thread Anthony Liguori
mdroth mdr...@linux.vnet.ibm.com writes: On Thu, May 30, 2013 at 11:55:56AM -0500, Anthony Liguori wrote: Michael Roth mdr...@linux.vnet.ibm.com writes: When CHR_EVENT_OPEN was initially added, it was CHR_EVENT_RESET, and it was issued as a bottom-half

Re: [Qemu-devel] [PATCH v3 4/5] xilinx_devcfg: Zynq devcfg device model

2013-05-30 Thread Anthony Liguori
Peter Crosthwaite peter.crosthwa...@xilinx.com writes: Hi Anthony, On Thu, May 30, 2013 at 3:57 AM, Anthony Liguori anth...@codemonkey.ws wrote: peter.crosthwa...@xilinx.com writes: From: Peter A. G. Crosthwaite peter.crosthwa...@petalogix.com Minimal device model for devcfg module

Re: [Qemu-devel] [PATCH] qemu-char: don't issue CHR_EVENT_OPEN in a BH

2013-05-30 Thread Anthony Liguori
mdroth mdr...@linux.vnet.ibm.com writes: On Thu, May 30, 2013 at 02:35:37PM -0500, Anthony Liguori wrote: mdroth mdr...@linux.vnet.ibm.com writes: On Thu, May 30, 2013 at 11:55:56AM -0500, Anthony Liguori wrote: Michael Roth mdr...@linux.vnet.ibm.com writes: When CHR_EVENT_OPEN

Re: [Qemu-devel] updated: kvm networking todo wiki

2013-05-29 Thread Anthony Liguori
Rusty Russell ru...@rustcorp.com.au writes: Michael S. Tsirkin m...@redhat.com writes: On Fri, May 24, 2013 at 08:47:58AM -0500, Anthony Liguori wrote: Michael S. Tsirkin m...@redhat.com writes: On Fri, May 24, 2013 at 05:41:11PM +0800, Jason Wang wrote: On 05/23/2013 04:50 PM, Michael S

Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code

2013-05-29 Thread Anthony Liguori
Rusty Russell ru...@rustcorp.com.au writes: Anthony Liguori anth...@codemonkey.ws writes: The headers say they are BSD licensed... but they include a GPLv2+ header. Doesn't make a lot of sense, does it? It makes perfect sense: you're overthinking it. It just means that copying the BSD

Re: [Qemu-devel] [PATCH v3] qemu: fix out of tree cross compile

2013-05-29 Thread Anthony Liguori
not remove the old line adding includes. Early morning, lack of focus :) Please repost as a top level patch. Regards, Anthony Liguori --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5ae7e4a..eca2a20 100755 --- a/configure +++ b

Re: [Qemu-devel] [PATCH 0/7] VNVRAM persistent storage

2013-05-29 Thread Anthony Liguori
Corey Bryant cor...@linux.vnet.ibm.com writes: On 05/23/2013 03:15 PM, Anthony Liguori wrote: Corey Bryant cor...@linux.vnet.ibm.com writes: On 05/23/2013 02:03 PM, Anthony Liguori wrote: Corey Bryant cor...@linux.vnet.ibm.com writes: One of the difficulties in virtualizing a TPM

Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code

2013-05-29 Thread Anthony Liguori
Michael S. Tsirkin m...@redhat.com writes: On Wed, May 29, 2013 at 08:05:29AM -0500, Anthony Liguori wrote: Rusty Russell ru...@rustcorp.com.au writes: Anthony Liguori anth...@codemonkey.ws writes: The headers say they are BSD licensed... but they include a GPLv2+ header. Doesn't make

Re: [Qemu-devel] KVM call agenda for 2013-05-28

2013-05-29 Thread Anthony Liguori
of memory the guest has across reboots? That's equivalent to adding another DIMM after power off. Not generating tables on reset does limit what we can do in a pretty fundamental way. Even if you can argue it in the short term, I don't think it's viable in the long term. Regards, Anthony Liguori

<    2   3   4   5   6   7   8   9   10   11   >