On Wed, Aug 10, 2011 at 00:01, Nithish R wrote:
> Hi,
> I installed the latest version of Qemu 0.15.0 today. Until now I was using
> 0.14.1. Now after installing this new version,
> I am not able to boot into any guest OS that I had installed before. Also
> while trying to load any ISO file or img
Signed-off-by: Alon Levy
---
ui/spice-core.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..4fb1b30 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,10 @@ void do_info_spice_print(Monitor *mon, c
On Wed, Aug 10, 2011 at 08:54:36AM +0200, Gerd Hoffmann wrote:
> On 08/09/11 22:53, Alon Levy wrote:
> >Signed-off-by: Alon Levy
> >---
> > ui/spice-core.c |4
> > 1 files changed, 4 insertions(+), 0 deletions(-)
> >
> >diff --git a/ui/spice-core.c b/ui/spice-core.c
> >index 3d77c01..342e
Am 10.08.2011 um 05:35 schrieb David Gibson :
> On Tue, Aug 09, 2011 at 06:39:30PM +0200, Alexander Graf wrote:
>> One of the things we can't fake on PPC is the timer speed. So
>> we need to extract the frequency information from the host and
>> put it back into the guest device tree.
>>
>> Luck
On 08/09/2011 06:58 PM, Sebastian Herbszt wrote:
CC coroutine-win32.o
coroutine-win32.c:36: error: thread-local storage not supported for this
target
coroutine-win32.c:37: error: thread-local storage not supported for this
target
make: *** [coroutine-win32.o] Error 1
You need a newer GCC. Al
Am 09.08.2011 21:39, schrieb Blue Swirl:
> On Tue, Aug 9, 2011 at 12:24 PM, Kevin Wolf wrote:
>> Am 09.08.2011 14:00, schrieb Stefan Hajnoczi:
>>> On Tue, Aug 09, 2011 at 01:39:13PM +0200, Kevin Wolf wrote:
Am 09.08.2011 12:56, schrieb Stefan Hajnoczi:
> On Tue, Aug 9, 2011 at 11:50 AM, S
Am 10.08.2011 um 07:22 schrieb David Gibson :
> Hi Alex,
>
> I realised there was a bug in the CFAR patch in my recent qemu patch
> series which breaks the build for ppc32 targets.
>
> There is a patch to fix it below, but I'm not sure if you want this
> standalone, or if you'd prefer I fold
Hi,
I think it would also be nice to somehow hint this is the spice
sent a second patch (fixing the above), but didn't do any hinting. I'll send a
third.
Saw v2. I would just stick a "version" string into the dict instead of
the three values for major, minor and micro.
version qemu wa
The following triggers a call to monitor_control_read before
monitor_control_event has been called. This patch is misplaced but
fixes the problem by moving the json_message_parser_init call before
setting the chardev handlers.
(echo '{"execute": "qmp_capabilities"}'; echo '{"execute":"query-spice"
Signed-off-by: Alon Levy
---
ui/spice-core.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..f22f1d6 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,10 @@ void do_info_spice_print(Monitor *mon, c
On Wed, Aug 10, 2011 at 10:10:59AM +0200, Gerd Hoffmann wrote:
> Hi,
>
> >>I think it would also be nice to somehow hint this is the spice
> >sent a second patch (fixing the above), but didn't do any hinting. I'll send
> >a third.
>
> Saw v2. I would just stick a "version" string into the dic
On Thu, Aug 04, 2011 at 07:00:38PM +1000, David Gibson wrote:
> On Wed, Aug 03, 2011 at 04:28:33PM +0300, Michael S. Tsirkin wrote:
> > On Tue, Aug 02, 2011 at 12:15:22AM +1000, David Gibson wrote:
> > > On Mon, Aug 01, 2011 at 05:03:18PM +0300, Michael S. Tsirkin wrote:
> > > > On Mon, Aug 01, 201
On 08/10/2011 08:10 AM, David Gibson wrote:
On Mon, Aug 08, 2011 at 11:24:09AM +0300, Avi Kivity wrote:
> On 08/08/2011 09:03 AM, David Gibson wrote:
> >Second, if userspace qemu passing hugepages to kvm can cause (host)
> >kernel memory corruption, that is clearly a host kernel bug. So am I
On Tue, Aug 09, 2011 at 05:28:17PM +, Blue Swirl wrote:
> On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote:
> > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V
> > wrote:
> >>
> >>
> >> LINK qemu-ga
> >> coroutine-gthread.o: In function `coroutine_init':
> >> /home/opensource/sources
On Wed, Aug 10, 2011 at 01:20:22PM +0800, Zhi Yong Wu wrote:
> On Tue, Aug 9, 2011 at 8:25 PM, Stefan Hajnoczi wrote:
> > On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu
> > wrote:
> >> Signed-off-by: Zhi Yong Wu
> >> ---
> >> Makefile.objs | 2 +-
> >> blockdev.c | 39
On Wed, Aug 10, 2011 at 01:54:33PM +0800, Zhi Yong Wu wrote:
> On Tue, Aug 9, 2011 at 8:49 PM, Stefan Hajnoczi wrote:
> > On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu
> > wrote:
> >> +BlockDriverAIOCB *qemu_block_queue_enqueue(BlockQueue *queue,
> >> + BlockDriverState *bs,
On Wed, Aug 10, 2011 at 01:09:27PM +0800, Zhi Yong Wu wrote:
> On Tue, Aug 9, 2011 at 8:08 PM, Stefan Hajnoczi wrote:
> > On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu
> > wrote:
> >> Makefile.objs | 2 +-
> >> block.c | 347
> >>
This patch fixes build when any of the include paths from QEMU_CFLAGS
contains a header file with similar name to a header file in qemu
sources. I hit it with error.h included by qapi/qapi-types-core.h. GCC
decided to use /usr/include/alsa/error.h instead of qemu's error.h.
Signed-off-by: Jiri Den
On Wed, Aug 10, 2011 at 7:57 AM, Zhi Yong Wu wrote:
> On Tue, Aug 9, 2011 at 11:19 PM, Stefan Hajnoczi wrote:
>> On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
>>> Note:
>>> 1.) When bps/iops limits are specified to a small value such as 511
>>> bytes/s, this VM will hang up. We are co
When using gdb to single step a ppc interrupt routine, the execution
flow passes
the rfi instruction without actually returning from the interrupt. The
patch
fixes this by avoiding to update the nip when the debug exception is
raised
and a previous POWERPC_EXCP_SYNC was set. The latter is the ca
On 08/10/2011 05:04 AM, Jiri Denemark wrote:
This patch fixes build when any of the include paths from QEMU_CFLAGS
contains a header file with similar name to a header file in qemu
sources. I hit it with error.h included by qapi/qapi-types-core.h. GCC
decided to use /usr/include/alsa/error.h inst
Public bug reported:
Hi,
I've got an ARM multithreaded test program that I wrote as a gcc testcase
(attached) that fails on QEmu, firefox from Ubuntu ARM maverick also fails in
the same way. The failure is either a seg fault or '*** longjmp causes
uninitialized stack frame ***: ./arm-linux-u
On 08/10/2011 01:04 PM, Jiri Denemark wrote:
This patch fixes build when any of the include paths from QEMU_CFLAGS
contains a header file with similar name to a header file in qemu
sources. I hit it with error.h included by qapi/qapi-types-core.h. GCC
decided to use /usr/include/alsa/error.h inst
Test built from source from this set of patches:
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02235.html
** Attachment added: "Multithreaded armv7 test binary, uses ldrexd/strexd"
https://bugs.launchpad.net/qemu/+bug/823902/+attachment/2265952/+files/di-ll64-syncmulti-armv7
--
You received t
Note this needs the 64bit ARM sync patches for gcc to build
** Attachment added: "Multithreaded test source"
https://bugs.launchpad.net/qemu/+bug/823902/+attachment/2265957/+files/di-sync-multithread.c
--
You received this bug notification because you are a member of qemu-
devel-ml, which is
If you roll back to commit 2b41f10e186ccb4f0058815161586f8d6d006ea3 what
is the pass/fail rate? That ought to separate out new bugs caused by
recent commits (including the 0d101 change which is definitely wrong
since it assumes cpu_single_env is only being used by one thread) from
random other mu
On 08/09/2011 05:33 AM, Isaku Yamahata wrote:
On Mon, Aug 08, 2011 at 03:38:54PM +0300, Avi Kivity wrote:
> On 08/08/2011 06:24 AM, Isaku Yamahata wrote:
>> This mail is on "Yabusame: Postcopy Live Migration for Qemu/KVM"
>> on which we'll give a talk at KVM-forum.
>> The purpose of this mail
2b41f... is a disaster on 64bit - 1 out of 10 pass; most of the others fail
with:
qemu/user-exec.c:99: handle_cpu_signal: Assertion `({ unsigned long __guest =
(unsigned long)(address) - guest_base; __guest < (1ul << 32); })' failed.
which I think is a segfault at host address 0 or there about.
On Wed, Aug 10, 2011 at 16:04:15 +0300, Avi Kivity wrote:
> On 08/10/2011 01:04 PM, Jiri Denemark wrote:
> > This patch fixes build when any of the include paths from QEMU_CFLAGS
> > contains a header file with similar name to a header file in qemu
> > sources. I hit it with error.h included by qap
On 08/10/2011 05:02 PM, Jiri Denemark wrote:
>
> Shouldn't we use -isystem instead of -I for system headers?
That would be ideal but unfortunately QEMU_CFLAGS also contains output of
pkg-config --cflags which uses -I for header paths. We would need to convert
them to -isystem. And is -isystem e
Commit c62f6d1 (monitor: fix build breakage with --disable-vnc)
conditionalised some VNC setup code but left an unused variable. Move
the variable into the conditional code to fix the build breakage.
Cc: Luiz Capitulino
Cc: Markus Armbruster
Signed-off-by: Jamie Iles
---
monitor.c |2 +-
Hi,
I've just filed bug 823902 ( https://bugs.launchpad.net/qemu/+bug/823902 )
which is a mutlthreaded user mode ARM crash that goes away if I revert
0d101938 ( tcg: Reload local variables after return from longjmp ).
It's actually a bit more complicated than that, in that:
1) It fails reliab
-Original Message-
From: Anthony Liguori [mailto:anth...@codemonkey.ws]
Sent: Monday, August 08, 2011 7:56 PM
To: Avi Kivity
Cc: Blue Swirl; Stefan Hajnoczi; Shribman, Aidan; qemu-devel Developers
Subject: Re: [Qemu-devel] [PATCH v4] XBZRLE delta for live migration of large
memory apps
O
While the memory API is not a feature, it deserves a feature page, so I
can put the TODO list there:
http://wiki.qemu.org/Features/Memory_API
Please consider helping out. Device conversions are easy, if boring,
and there's no end to them. There is a lot of more interesting work on
the cor
On 08/04/2011 09:02 AM, David Gibson wrote:
This patch implements support for the CFAR SPR on POWER7 (Come From
Address Register), which snapshots the PC value at the time of a branch or
an rfid. The latest powerpc-next kernel also catches it and can show it in
xmon or in the signal frames.
Thi
Hi,
Argh. Sent v3 with the three ints. Do you prefer a single version?
Yea, would be great.
thanks,
Gerd
On 08/09/11 23:54, Michael Walle wrote:
This USB patchset moves the HID VM state stuff from usb-hid.c to hid.c, so
it can be reused by other devices.
changes v1->v2:
- don't reorder vmstate field to be backward compatible
Michael Walle (4):
hid: register kbd hander in init()
hid: intro
On 08/10/2011 06:07 PM, Shribman, Aidan wrote:
XBZRLE will very rarely (if at all) degrade live-migration as it runs at ~2
GB/s or 16 Gbps. Additionally XBZRLE could get even faster by using 128bit
registers instead of the 64bit registers used currently. IMO XBZRLE could
safely be used by defa
On 08/09/11 15:12, Yonit Halperin wrote:
same as 8927cfbba232e28304734f7afd463c1b84134031, but for qxl_check_state, that
was
triggered by qxl_pre_load (which calls qxl_hard_reset, which calls
qxl_soft_reset),
and caused the migration target to crash.
Added to spice patch queue.
thanks,
Ger
On 08/04/2011 09:02 AM, David Gibson wrote:
Hi Alex,
Here's another batch of assorted updates for the pseries machine.
Looks pretty nice. Please update patch 2/6 with the bug you found and
the whitespace problems. I'll put the others into my tree already.
Alex
On Fri, Aug 5, 2011 at 1:53 PM, Stefan Hajnoczi wrote:
> On Fri, Aug 5, 2011 at 12:32 PM, Aneesh Kumar K.V
> wrote:
>> On Fri, 5 Aug 2011 10:24:42 +0100, Stefan Hajnoczi
>> wrote:
>>> On Fri, Aug 5, 2011 at 7:40 AM, Aneesh Kumar K.V
>>> wrote:
>>> > On Thu, 4 Aug 2011 22:57:34 +0100, Stefan Ha
On Wed, Aug 10, 2011 at 4:17 PM, Stefan Hajnoczi wrote:
> On Fri, Aug 5, 2011 at 1:53 PM, Stefan Hajnoczi wrote:
>> On Fri, Aug 5, 2011 at 12:32 PM, Aneesh Kumar K.V
>> wrote:
>>> On Fri, 5 Aug 2011 10:24:42 +0100, Stefan Hajnoczi
>>> wrote:
On Fri, Aug 5, 2011 at 7:40 AM, Aneesh Kumar K.
Hi,
-
-/* Force poll routine to be run and grab input the first time. */
-us->changed = 1;
USB tablet does not work on the winxp guest. I think this code can't be removed.
Attached patch should fix that.
cheers,
Gerd
commit 21635e121ae0f0ab7874152a7c2f96e9d8cd642f
Author: Gerd
On 08/04/2011 09:02 AM, David Gibson wrote:
From: Ben Herrenschmidt
PAPR systems support several hypercalls intended for use in real mode
debugging tools. These implement reads and writes to arbitrary guest
physical addresses. This is useful for real mode software because it
allows access to I
On Tuesday 09 August 2011 21:34:10 Natalia Portillo wrote:
> Hi,
>
> El 08/08/2011, a las 20:16, Anthony Liguori escribió:
> > Hi,
> >
> > On behalf of the entire QEMU team, I'm please to announce the release of
> > QEMU 0.15.0. This is the first release of the 0.15 branch and is
> > intended fo
Signed-off-by: Alon Levy
---
ui/spice-core.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..b9d1cd4 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,8 @@ void do_info_spice_print(Monitor *mon, const
Signed-off-by: Alon Levy
---
ui/spice-core.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..768378e 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,8 @@ void do_info_spice_print(Monitor *mon, const
On Wed, Aug 10, 2011 at 06:21:16PM +0300, Alon Levy wrote:
> Signed-off-by: Alon Levy
NACK, next version uses snprintf.
> ---
> ui/spice-core.c |8
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/ui/spice-core.c b/ui/spice-core.c
> index 3d77c01..b9d1cd4 100644
On 08/10/2011 05:16 PM, Alexander Graf wrote:
On 08/04/2011 09:02 AM, David Gibson wrote:
Hi Alex,
Here's another batch of assorted updates for the pseries machine.
Looks pretty nice. Please update patch 2/6 with the bug you found and
the whitespace problems. I'll put the others into my tree
+char version_string[20]; // 12 = |255.255.255\0| is the max
checkpatch reports:
ERROR: do not use C99 // comments
#19: FILE: ui/spice-core.c:393:
+char version_string[20]; // 12 = |255.255.255\0| is the max
cheers,
Gerd
On 08/09/11 22:53, Alon Levy wrote:
Break is only noticable with newer spice-server library (0.8.2 release
or 0.9.0 and newer on master branch).
ioport_write's val was changed from uint32_t to uint64_t, this
broke two printfs. Use PRId64 instead of %d.
Added to the spice patch queue.
thanks,
On 08/10/2011 10:12 AM, Avi Kivity wrote:
On 08/10/2011 06:07 PM, Shribman, Aidan wrote:
XBZRLE will very rarely (if at all) degrade live-migration as it runs
at ~2 GB/s or 16 Gbps. Additionally XBZRLE could get even faster by
using 128bit registers instead of the 64bit registers used currently.
On 08/10/2011 06:58 PM, Anthony Liguori wrote:
I don't think we should couple the two features together.
ASN.1 is orthogonal to capabilities.
Capabilities are a hard requirement before merging any new type of
compression algorithm IMO.
Right now we have capabilties in the form of -help out
On 08/10/2011 11:08 AM, Avi Kivity wrote:
On 08/10/2011 06:58 PM, Anthony Liguori wrote:
I don't think we should couple the two features together.
ASN.1 is orthogonal to capabilities.
Capabilities are a hard requirement before merging any new type of
compression algorithm IMO.
Right now we
On 08/08/2011 10:07 AM, Avi Kivity wrote:
> A helper that returns the address space used by ISA devices. Useful
> for getting rid of isa_mem_base, multiple ISA buses, or ISA buses behind
> bridges.
>
> Signed-off-by: Avi Kivity
> ---
> hw/isa-bus.c |6 ++
> hw/isa.h |1 +
> 2 fi
On 08/10/2011 09:24 AM, Richard Henderson wrote:
> Of course, as far as I can see, this variable is only used by
> the VGA devices. Surely we can arrange to pass down some address
> space during setup of the VGA?
... Which seems to be what you've done in patch 23.
So what's the point of this pat
Signed-off-by: Alon Levy
---
ui/spice-core.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..8bb62ea 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,8 @@ void do_info_spice_print(Monitor *mon, const
On 08/10/2011 07:24 PM, Richard Henderson wrote:
> @@ -202,4 +203,9 @@ static char *isabus_get_fw_dev_path(DeviceState *dev)
> return strdup(path);
> }
>
> +MemoryRegion *isa_address_space(ISADevice *dev)
> +{
> +return get_system_memory();
> +}
> +
This does not help get rid o
On 08/10/2011 07:26 PM, Richard Henderson wrote:
On 08/10/2011 09:24 AM, Richard Henderson wrote:
> Of course, as far as I can see, this variable is only used by
> the VGA devices. Surely we can arrange to pass down some address
> space during setup of the VGA?
... Which seems to be what you
On 08/10/2011 07:35 PM, Avi Kivity wrote:
On 08/10/2011 07:26 PM, Richard Henderson wrote:
On 08/10/2011 09:24 AM, Richard Henderson wrote:
> Of course, as far as I can see, this variable is only used by
> the VGA devices. Surely we can arrange to pass down some address
> space during setup
Hi,
This pull brings the latest seabios bits to master, featuring AHCI
support with all bells and whistles. So you can finally boot from your
AHCI disk, and bootorder works too!
The pci device handling got a major update too. Most visible is the
two-pass ressource allocation, which will order
On 08/10/2011 07:23 PM, Anthony Liguori wrote:
Right now we have capabilties in the form of -help output.
If -help says
-no-xzbrle disable xzbrle support
(or -migration-compression xzbrle=off, or something) that's sufficient
for management tools.
This is static, not dynamic. You may attemp
The following set of patches add TPM and Trusted Computing support to SeaBIOS.
In particular the patches add:
- a TPM driver for the Qemu's TPM TIS emulation (not yet in Qemu git)
- ACPI support for the TPM device (SSDT table)
- ACPI support for measurement logging (TCPA table)
- Support for initi
This patch adds invocactions of functions that measure various parts of the
code and data through various parts of the BIOS code. It follows TCG
specifications on what needs to be measured. It also adds the implementation
of the called functions.
Reference for what needs to be measured can be foun
This patch adds support for measurements provided by Qemu via the
firmware interface. In the case where Qemu was started with the -kernel,
-initrd and -append command lines, Qemu hashes the kernel and initrd files
as well as the command line parameters and provides the measurements to
SeaBIOS via t
Public bug reported:
As discussed in the ganeti group[1], I'm opening this bug to request
that qemu provides a runtime command or switch to list the supported
keymaps for vnc.
[1] -
http://groups.google.com/group/ganeti/browse_thread/thread/dd524f5311d8d79e
** Affects: qemu
Importance: Und
CCui/vnc-tls.o
ui/vnc-tls.c: In function ‘vnc_tls_client_setup’:
ui/vnc-tls.c:313:9: error: ‘gnutls_kx_set_priority’ is deprecated
(declared at /usr/include/gnutls/compat.h:342)
[-Werror=deprecated-declarations]
ui/vnc-tls.c:320:9: error: ‘gnutls_certificate_type_set_priority’ is
deprecat
LINK qemu-ga
/usr/local/lib/libglib-2.0.so.2600.0: warning: vsprintf() is often
misused, please use vsnprintf()
/usr/local/lib/libglib-2.0.so.2600.0: warning: strcpy() is almost always
misused, please use strlcpy()
/usr/local/lib/libcurl.so.17.0: warning: sprintf() is often misused,
please u
On Wed, Aug 10, 2011 at 7:58 AM, Kevin Wolf wrote:
> Am 09.08.2011 21:39, schrieb Blue Swirl:
>> On Tue, Aug 9, 2011 at 12:24 PM, Kevin Wolf wrote:
>>> Am 09.08.2011 14:00, schrieb Stefan Hajnoczi:
On Tue, Aug 09, 2011 at 01:39:13PM +0200, Kevin Wolf wrote:
> Am 09.08.2011 12:56, schrieb
LINK i386-bsd-user/qemu-i386
/usr/bin/ld:/home/buildbot/slave-spunk/openbsd/build/x86_64.ld:41:
syntax error
collect2: ld returned 1 exit status
gmake[1]: *** [qemu-i386] Error 1
gmake: *** [subdir-i386-bsd-user] Error 2
On Wed, Aug 10, 2011 at 9:14 AM, Stefan Hajnoczi
wrote:
> On Tue, Aug 09, 2011 at 05:28:17PM +, Blue Swirl wrote:
>> On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote:
>> > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V
>> > wrote:
>> >>
>> >>
>> >> LINK qemu-ga
>> >> coroutine-gthr
This patch adds a global get_rsdp() function call and refactors
find_resume_vector() to call it.
Signed-off-by: Stefan Berger
---
src/acpi.c | 12 ++--
src/acpi.h |1 +
2 files changed, 11 insertions(+), 2 deletions(-)
Index: seabios/src/acpi.c
===
On Wed, 10 Aug 2011 16:17:22 +0100, Stefan Hajnoczi wrote:
> On Fri, Aug 5, 2011 at 1:53 PM, Stefan Hajnoczi wrote:
> > On Fri, Aug 5, 2011 at 12:32 PM, Aneesh Kumar K.V
> > wrote:
> >> On Fri, 5 Aug 2011 10:24:42 +0100, Stefan Hajnoczi
> >> wrote:
> >>> On Fri, Aug 5, 2011 at 7:40 AM, Aneesh
This patch adds an optional test suite (CONFIG_TIS_TEST) for the TIS interface
to SeaBIOS. If compiled into the BIOS, it can be invoked through the
TPM-specific menu item 8.
1. Enable TPM
2. Disable TPM
3. Activate TPM
4. Deactivate TPM
5. Clear ownership
6. Allow installation of owner
7. Prevent
-- Forwarded message --
From: Mulyadi Santosa
Date: Thu, Aug 11, 2011 at 00:42
Subject: Re: [Qemu-devel] VNC server running on `127.0.0.1:5900'
To: Nithish R
On Wed, Aug 10, 2011 at 20:33, Nithish R wrote:
> make clean
> ./configure
could you show to all of us the complete out
This patch implements the main part of the TCG BIOS extensions. It provides
the following functionality:
- initialization of the TCPA ACPI table used for logging of measurements
- initialization of the TPM by sending a sequence of commands to it
- proper setup of the TPM once the BIOS hands over c
This patch implements the TCG BIOS interrupt handler 1ah. It is for
example used by trusted grub.
This patch adds an implementation of SHA1 (following NIST specs., IETF RFC 3147
and Wikipedia) for speeding up measurements of code. Trusted Grub for example
makes use of this interface and measures (
This patch provides an addtional menu entry that enables the user to control
certain aspects of the TPM.
If a working TPM has been detected, the top level BIOS menu
will look like this:
Press F12 for boot menu.
Press F11 to TPM menu.
Upon pressing F11 the TPM menu will be shown:
1. Enable TPM
2
This patch adds an implementation of a TPM TIS driver for the TPM TIS
emulation supported by Qemu (patches posted, not in git yet). Usage of the
driver is broken up into several functions. The driver is cleanly separated
from the rest of the code through an interface holding pointers to the driver'
This patch provides ACPI support for the TPM device. It probes for the TPM
device and only if a TPM device is found then the TPM's SSDT and TCPA table
are created. This patch also connects them to the RSDT.
Since the logging area in the TCPA table requires 64kb, the memory reserved
for ACPI tables
Hello everyone,
I was just trying to see if I could make qemu work on mac os x, but I don't
see any pre-compiled binaries.
How should I proceed ? Should I try to compile it myself ? If yes, then what
would I need to do that ?
Else, is there any place where the pre-compiled binaries are available
Fixes a build issue on RHEL5, and potentially other distros, where gcc
will generate an error due to us not writing a trailing "\n" when
generating *qmp-commands.h
Signed-off-by: Michael Roth
---
scripts/qapi-commands.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/s
On 08/10/11 18:31, Alon Levy wrote:
Signed-off-by: Alon Levy
Queued up.
thanks,
Gerd
On Wed, Aug 10, 2011 at 5:21 PM, Gerd Hoffmann wrote:
> LINK i386-bsd-user/qemu-i386
> /usr/bin/ld:/home/buildbot/slave-spunk/openbsd/build/x86_64.ld:41: syntax
> error
> collect2: ld returned 1 exit status
> gmake[1]: *** [qemu-i386] Error 1
> gmake: *** [subdir-i386-bsd-user] Error 2
The link
On Wed, Aug 10, 2011 at 5:19 PM, Gerd Hoffmann wrote:
> LINK qemu-ga
> /usr/local/lib/libglib-2.0.so.2600.0: warning: vsprintf() is often misused,
> please use vsnprintf()
> /usr/local/lib/libglib-2.0.so.2600.0: warning: strcpy() is almost always
> misused, please use strlcpy()
> /usr/local/lib/
On 08/10/2011 07:26 PM, Richard Henderson wrote:
On 08/10/2011 09:24 AM, Richard Henderson wrote:
> Of course, as far as I can see, this variable is only used by
> the VGA devices. Surely we can arrange to pass down some address
> space during setup of the VGA?
... Which seems to be what you
** Changed in: qemu-kvm (Debian)
Status: Unknown => 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/789831
Title:
kvm locks up when out of disk space
Status in QEMU:
Invalid
St
On 08/10/2011 11:40 AM, Avi Kivity wrote:
On 08/10/2011 07:23 PM, Anthony Liguori wrote:
Right now we have capabilties in the form of -help output.
If -help says
-no-xzbrle disable xzbrle support
(or -migration-compression xzbrle=off, or something) that's sufficient
for management tools.
T
This patch adds encryption of the individual state blobs that are written
into the block storage. The 'directory' at the beginnig of the block
storage is not encrypted.
The encryption support added in this patch would also work if QCoW2 was not
to be used as the (only) image file format to store t
This patch adds the main code of the TPM frontend driver, the TPM TIS
interface, to Qemu. The code is largely based on the previous implementation
for Xen but has been significantly extended to meet the standard's
requirements, such as the support for changing of localities and all the
functionalit
This patch introduces file locking via fcntl() for the block layer so that
concurrent access to files shared by 2 Qemu instances, for example via NFS,
can be serialized. This feature is useful primarily during initial phases of
VM migration where the target machine's TIS driver validates the block
Hello Avi,
qemu/qemu-kvm doesn't boot any more with LSI option rom (-option-rom
8xx_64.rom). Guess it comes from changes of the memory API. Also latest
git version from seabios.
Sorry, no further details currently available.
Ciao,
Gerhard
--
http://www.wiesinger.com/
On Mon, 8 Aug 2011, A
This patch adds support for hashing the kernel and initrd as well as the
command line parameters in the case that Qemu was provided the -kernel, -initrd
and -apppend command line parameters. The hashes are then passed to SeaBIOS
for logging. Typically SeaBIOS would take those measurements (hashing)
This patch adds a TPM null driver implementation acting as a backend for
the TIS hardware emulation. The NULL driver responds to all commands with
a TPM fault response.
To use this null driver, use either
-tpm null
or
-tpmdev null,id=tpm0 -device tpm-tis,tpmdev=tpm0
as parameters on the comman
This patch provides the glue for the TPM TIS interface (frontend) to
the libtpms that provides the actual TPM functionality.
Some details:
This part of the patch provides support for the spawning of a thread
that will interact with the libtpms-based TPM. It expects a signal
from the frontend to w
The TPM interface (tpm_tis) needs to be explicitly enabled via
./configure --enable-tpm. This patch also restricts the building of the
TPM support to i386 and x86_64 targets since only there it is currently
supported. This prevents that one will end up with support for a frontend
but no available b
It's where all the state handling functions prototypes are located.
Signed-off-by: Luiz Capitulino
---
cpus.h |1 -
sysemu.h |1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpus.h b/cpus.h
index f42b54e..5885885 100644
--- a/cpus.h
+++ b/cpus.h
@@ -15,7 +15,6 @@ vo
It replaces the VMSTOP macros and allows us to drop some global variables.
Additionally, the problem with issuing 'cont' when the VM is in bad state
is addressed and we make the current state available in QMP and HMP.
changelog
-
v2
o Rename the new type from QemuState to RunState
(al
Today our printf format for the "info status" command is:
VM status: %s
Where the string can be "running", "running (single step mode)" or
"paused".
This commit extends it to:
VM status: %s (%s)
The second string corresponds to the "status" field as returned
by the query-status QMP command
This patch provides a TPM backend skeleton implementation. It doesn't do
anything useful (except for returning error response for every TPM command)
but it compiles. It serves as the basis for the libtpms based backend
as well as the null driver backend.
v6:
- moved unused variable out_len to su
1 - 100 of 147 matches
Mail list logo