Hi Anthony,
Can you please merge it before 1.4 soft feature freeze?
Regaqrds,
Avik
On 01/08/2013 12:36 PM, Avik Sil wrote:
> Hi,
>
> This patch series allows a machine to specify if it wants a default boot
> order or not.
>
> Regards,
> Avik
>
> Changes v2 -> v3:
> - Implement boot_order as
Thanks, applied.
Regards,
Anthony Liguori
A usage with a hardcoded partial path such as
object_resolve_path_component(obj, "foo")
is totally valid but currently leads to a compilation error. Fix this.
Signed-off-by: Andreas Färber
---
include/qom/object.h |2 +-
qom/object.c |2 +-
2 Dateien geändert, 2 Zeilen hinzug
The Buildbot has detected a new failure on builder qmp_i386_debian_6_0 while
building qemu.
Full details are available at:
http://buildbot.b1-systems.de/qemu/builders/qmp_i386_debian_6_0/builds/510
Buildbot URL: http://buildbot.b1-systems.de/qemu/
Buildslave for this Build: yuzuki
Build Reason
The Buildbot has detected a new failure on builder qmp_x86_64_debian_6_0 while
building qemu.
Full details are available at:
http://buildbot.b1-systems.de/qemu/builders/qmp_x86_64_debian_6_0/builds/510
Buildbot URL: http://buildbot.b1-systems.de/qemu/
Buildslave for this Build: yuzuki
Build Re
the breakpoint related functions are a little
hard to read for their implicit dr7 bit filed
and not well organized logic, so try to define
more readable bit filed for dr7 and clarify
the breakpoint logic.
it's just the squashed one for previous slightly
refactor dr7 related functions patches.
Sign
> On Mon, 2013-01-14 at 15:09 +0800, Wenchao Xia wrote:
This patch use block layer API to qmp snapshot info on a block
device, then use the same code dumping vm snapshot info, to print
in monitor.
Signed-off-by: Wenchao Xia
---
Note:
This patch need previous hmp extention patch which enab
于 2013-1-14 19:25, Pavel Hrdina 写道:
On Mon, 2013-01-14 at 15:09 +0800, Wenchao Xia wrote:
Now qemu-img call block layer function to get image info.
Signed-off-by: Wenchao Xia
Reviewed-by: Eric Blake
---
qemu-img.c | 86 +--
1 fil
On Fri, Jan 11, 2013 at 09:28:48PM +0100, Andreas Färber wrote:
> I do wonder if adjust_value() can be replaced by switching
> MemoryRegion endianness between DEVICE_LITTLE_ENDIAN and
> DEVICE_BIG_ENDIAN rather than having it as DEVICE_NATIVE_ENDIAN and
> doing a manual bswap16()?
Avi had actuall
于 2013-1-14 21:46, Markus Armbruster 写道:
Wenchao Xia writes:
于 2013-1-12 4:12, Luiz Capitulino 写道:
On Fri, 11 Jan 2013 17:14:03 +0800
Wenchao Xia wrote:
This fix the case when user input "@command ". Original
it will return NULL for monitor_parse_command(), now
it will return the @comm
This bug was fixed in the package qemu-kvm - 1.2.0+noroms-
0ubuntu2.12.10.1
---
qemu-kvm (1.2.0+noroms-0ubuntu2.12.10.1) quantal-proposed; urgency=low
[ Serge Hallyn ]
* debian/qemu-kvm.postinst: use udevadm trigger to change /dev/kvm perms as
recommended by Steve Langasek (LP
This bug was fixed in the package qemu-kvm - 1.0+noroms-0ubuntu14.6
---
qemu-kvm (1.0+noroms-0ubuntu14.6) precise-proposed; urgency=low
* Fix qemu-kvm.upstart: just don't run in a container. Otherwise we'll
still try to load/unload kernel modules. Also undo the || true after
Am 15.01.2013 03:13, schrieb liguang:
> the breakpoint related functions are a little
> hard to read for their implicit dr7 bit filed
> and not well organized logic, so try to define
> more readable bit filed for dr7 and clarify
> the breakpoint logic.
> it's just the squashed one for previous slig
> -Original Message-
> From: Jason J. Herne [mailto:jjhe...@linux.vnet.ibm.com]
> Sent: Thursday, January 10, 2013 8:59 PM
> To: ag...@suse.de; borntrae...@de.ibm.com; aligu...@us.ibm.com;
> mtosa...@redhat.com; qemu-devel@nongnu.org; Bhushan Bharat-R65777;
> jan.kis...@siemens.com
> Subj
On 12/12/2012 05:39 PM, Marcelo Tosatti wrote:
>
> To allow migration from qemu-kvm-1.2, where cirrus device has 16 megabytes
> of RAM.
>
> Signed-off-by: Marcelo Tosatti
>
Hi Marcelo, I'm trying to sort through this again.
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index 19e342a..ead4b6b 1
This series make use of the recently posted kernel-side vfio-pci
support for accessing VGA ranges. This enables a handful of devices
to be used as the primary (only) VM console. See patch 2 for a list
of devices. These show seabios text mode output and work with
standard VGA drivers. Accelerate
Most VGA cards need some kind of quirk to fully operate since they
hide backdoors to get to other registers outside of PCI config space
within the registers, but this provides the base infrastructure. If
we could identity map PCI resources for assigned devices we would need
a lot fewer quirks.
To
Apparently graphics vendors need to come up with new ways to retrieve
PCI BAR addresses on every revision of their chip. These are the ones
that I've found on the following assortment of cards:
Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350]
Advanced Micro Devices [AMD] nee A
Am 11.01.2013 03:10, schrieb Igor Mammedov:
> Igor Mammedov (17):
> target-i386: move setting defaults out of cpu_x86_parse_featurestr()
> target-i386: cpu_x86_register() consolidate freeing resources
> target-i386: move kvm_check_features_against_host() check to realize
> time
Thanks, I
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression
Am 13.01.2013 17:35, schrieb Blue Swirl:
> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation
> of macro arguments in macro functions:
> CCaes.o
> In file included from /src/qemu/include/qemu-common.h:126,
> from /src/qemu/aes.c:30:
> /src/qemu/include/qemu/b
Enable the KVM emulated watchdog if KVM supports (use the
capability enablement in watchdog handler). Also watchdog exit
(KVM_EXIT_WATCHDOG) handling is added.
Watchdog state machine is cleared whenever VM state changes to running.
This is to handle the cases like return from debug halt etc.
Signe
This Patch enables and handle the in-kernel watchdog emulation
if KVM supports.
Initially there were 3 patches, 2 of them are already applied so sending
the 3rd patch now.
Bharat Bhushan (1):
Enable kvm emulated watchdog
hw/ppc_booke.c | 48 -
targe
Am 09.01.2013 10:17, schrieb Gerd Hoffmann:
> Cc: afaer...@suse.de
> Cc: ag...@suse.de
> Signed-off-by: Gerd Hoffmann
> ---
> include/ui/qemu-pixman.h |7 +++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h
> index 3
在 2013-01-15二的 04:26 +0100,Andreas Färber写道:
> Am 15.01.2013 03:13, schrieb liguang:
> > the breakpoint related functions are a little
> > hard to read for their implicit dr7 bit filed
> > and not well organized logic, so try to define
> > more readable bit filed for dr7 and clarify
> > the breakpo
the breakpoint related functions are a little
hard to read for their implicit dr7 bit filed
and not well organized logic, so try to define
more readable bit filed for dr7 and clarify
the breakpoint logic.
changes v4->v5
- fix some not well formated changes.
- split functional and non-functional c
implictly use of dr7 bit field is a little hard
to understand, so try to define them and use the
defined name.
Signed-off-by: liguang
---
target-i386/cpu.h |6 ++
target-i386/machine.c |5 +++--
target-i386/misc_helper.c |4 ++--
target-i386/seg_helper.c |9 +
logic of some original dr7 related functions
are not so readable, so try to clearify them.
Signed-off-by: liguang
---
target-i386/cpu.h| 13 -
target-i386/helper.c | 76 +
2 files changed, 63 insertions(+), 26 deletions(-)
diff --g
On Tue, Jan 15, 2013 at 01:44:32AM -, Anthony Liguori wrote:
> Thanks, applied.
>
> Regards,
>
> Anthony Liguori
OK so one must have libcap-devel and libattr-devel
on a development box too.
于 2013-1-14 18:06, Stefan Hajnoczi 写道:
On Mon, Jan 14, 2013 at 10:56:30AM +0800, Wenchao Xia wrote:
于 2013-1-11 17:12, Stefan Hajnoczi 写道:
On Fri, Jan 11, 2013 at 02:22:28PM +0800, Wenchao Xia wrote:
于 2013-1-10 20:41, Stefan Hajnoczi 写道:
On Thu, Jan 10, 2013 at 11:21:22AM +0800, Wenchao Xia
On Mon, Jan 14, 2013 at 02:01:02PM +0800, Liu Yuan wrote:
> From: Liu Yuan
>
> This will reduce sockfds connected to the sheep server to one, which simply
> the
> future hacks.
>
> Cc: MORITA Kazutaka
> Cc: Kevin Wolf
> Cc: Stefan Hajnoczi
> Signed-off-by: Liu Yuan
> ---
> block/sheepdog.c
On Mon, Jan 14, 2013 at 01:20:13PM -0600, Michael Roth wrote:
> virtio_pci_set_guest_notifiers() now takes an additional argument to
> specify the number of virtqueues to assign a guest notifier for. This
> causes a build breakage for CONFIG_VIRTIO_BLK_DATA_PLANE builds:
>
> /home/mdroth/w/qemu2.g
于 2013-1-15 1:08, Luiz Capitulino 写道:
On Mon, 14 Jan 2013 15:09:37 +0800
Wenchao Xia wrote:
Parameter *fmt was not used, so remove it.
Reviewed-by: Eric Blake
Signed-off-by: Wenchao Xia
---
qemu-img.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/qemu-im
于 2013-1-15 1:08, Luiz Capitulino 写道:
On Mon, 14 Jan 2013 15:09:38 +0800
Wenchao Xia wrote:
This function will simply return the uri or filename used
to open the image.
Reviewed-by: Eric Blake
Signed-off-by: Wenchao Xia
---
block.c |5 +
include/block/block.h |
Commit eb8eb53e5846a957cf333f2e1ec8cb6e0c04 ("libcacard: rewrite
Makefile in non-recursive style") refactored libcacard/Makefile so it
can be included by the top-level Makefile.
The top-level clean target still loops over subdirectories, including
libcacard/, to invoke recursive clean. Remove lib
201 - 235 of 235 matches
Mail list logo