Re: [Qemu-devel] [PATCH] e1000: Don't set the Capabilities List bit

2012-10-19 Thread Philipp Hahn
0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 , 0xf4, 0x1a, 0x0, 0x11, 0x0 , 0x1, 0x0 } Since cmask[PCI_STATUS=6] = PCI_STATUS_CAP_LIST=0x10 marks that bit as unmodifiable, the functions returns an error and aborts loading the saved state. Is this problem known? Is such an upgrade of qemu supposed to work? Has someb

Re: [Qemu-devel] [PATCH] e1000: Don't set the Capabilities List bit

2012-10-19 Thread Philipp Hahn
Hello, On Friday 19 October 2012 11:59:24 Philipp Hahn wrote: > On Wednesday 21 September 2011 22:06:25 dann frazier wrote: ... > > -/* TODO: we have no capabilities, so why is this bit set? */ > > -pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_CAP_LIST); ... > Since

Re: [Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue

2012-10-24 Thread Philipp Hahn
think it was a bug in libvirt which started adding an explicit "multifunction=on", while the save was done using an implicit "multifinction=off". (<https://forge.univention.org/bugzilla/show_bug.cgi?id=22877#c6> in our German BZ) Sincerely Phili

[Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

2012-12-12 Thread Philipp Hahn
with his next stable update for 1.1. Thanks in advance. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHbe open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fa

Re: [Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

2012-12-12 Thread Philipp Hahn
t explode with some spectacular error", I only notice the error on the following read by comparing md5 sums. I just re-checked it: After a reboot the md5sums are still invalid, so I guess the data is corrupted on writeout. Sincerely Philipp -- Philipp Hahn Open Source Softwa

Re: [Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

2012-12-12 Thread Philipp Hahn
Hello Kevin, Am Mittwoch 12 Dezember 2012 17:54:58 schrieb Kevin Wolf: > Am 12.12.2012 15:09, schrieb Philipp Hahn: > > Am Mittwoch 12 Dezember 2012 14:41:49 schrieb Kevin Wolf: > >> As you can see in the commit message of that patch I was convinced that > >> no bug did

Re: [Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

2012-12-14 Thread Philipp Hahn
Hello Kevin, On Wednesday 12 December 2012 18:29:48 Philipp Hahn wrote: > I just re-run my "git bisect run ~/bisect.sh" case, but it again arrived > at that patch. I just queued another run for tonight so make sure the test > is reliable: The run from last night again arrive

Re: [Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

2012-12-18 Thread Philipp Hahn
Hello Kevin, hello Michael, On Wednesday 12 December 2012 17:54:58 Kevin Wolf wrote: > Am 12.12.2012 15:09, schrieb Philipp Hahn: > > Am Mittwoch 12 Dezember 2012 14:41:49 schrieb Kevin Wolf: > >> As you can see in the commit message of that patch I was convinced that > &

[Qemu-devel] [BUG, RFC] block/vmdk.c: File name with space fails to open

2013-01-24 Thread Philipp Hahn
goto next_line; I don't know how portable %[ together with a maximum width is, because the manual page for sscanf() doesn't mention "max width" for "%[", but it works with Debian/GNU Linux Squeeze. Sincerely Philipp -- Philipp Hahn Op

[Qemu-devel] [PATCH] vmdk: Allow space in file name

2013-01-29 Thread Philipp Hahn
: Philipp Hahn --- block/vmdk.c | 10 +- 1 files changed, 1 insertions(+), 9 deletions(-) [V2] Also remove " striping code. Add \n\r to stop character set. diff --git a/block/vmdk.c b/block/vmdk.c index 19298c2..20ad646 100644 --- a/block/vmdk.c +++ b/block/vmdk.c @@ -641,7 +

Re: [Qemu-devel] [BUG, RFC] block/vmdk.c: File name with space fails to open

2013-01-29 Thread Philipp Hahn
tation, which refused to create volumes containing !#%^&*><:;'"<>/? Should we print a warning or error out if a " is detected? > fname is now "test-f001.vmdk" instead of "\"test-f001.vmdk\"". That's > because you change ssca

Re: [Qemu-devel] [PATCH] vmdk: Allow space in file name

2013-01-29 Thread Philipp Hahn
Hello, On Tuesday 29 January 2013 22:50:31 Philipp Hahn wrote: > The previous scanf() format string stopped parsing the file name on the > first white white space, which seems to be allowed at least by VMware > Wokrstation. > > Change the format string to collect everything betwee

Re: [Qemu-devel] [PATCH for-1.4 0/2] fix migration failure from 1.3 due to SeaBIOS size change

2013-02-11 Thread Philipp Hahn
nal file? Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHbe open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99

[Qemu-devel] [BUG] 50MB/min logspam: dma: unregistered DMA channel used nchan=0 dma_pos=0 dma_len=1

2014-05-09 Thread Philipp Hahn
commented out from day-one: 512 /* qemu_put_8s (f, &d->status); */ 540 /* qemu_get_8s (f, &d->status); */ 1. Might it be that 'status' is uninitialized after migration? 2. Has someone other seen that message? 3. Could the rate of the message please be limited? Se

Re: [Qemu-devel] Differential VHD

2014-05-15 Thread Philipp Hahn
Hello, On 15.05.2014 13:54, Ankur Srivastava wrote: > What all steps to be taken for differential vhd image? i created one > differential image using vhd-util Last time I checked it it wass not implemented in QEMU. I started working on it in my spare time, but never completed it. Sincerely Phili

[Qemu-devel] [PATCH] hw/dma: Print error message only once

2014-09-09 Thread Philipp Hahn
otherwise the message dma: unregistered DMA channel used nchan=0 dma_pos=0 dma_len=1 gets printed every time and fills up the log-file with 50 MiB / minute. Signed-off-by: Philipp Hahn --- hw/dma/i8257.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hw

Re: [Qemu-devel] [PATCH v2] Support vhd type VHD_DIFFERENCING

2014-09-09 Thread Philipp Hahn
Hello, I'm no qemu-devel expert, but as I tried myself at adding VHD_DIFF support some time ago, here are some comments: On 08.09.2014 16:41, Xiaodong Gong wrote: > diff --git a/block/vpc.c b/block/vpc.c ... > +/* Read backing file location from dyn header table */ > +if (dyndisk_

[Qemu-devel] [PATCH v2] hw/dma/i8257: Silence phony error message

2014-09-10 Thread Philipp Hahn
Convert into trace event. Otherwise the message dma: unregistered DMA channel used nchan=0 dma_pos=0 dma_len=1 gets printed every time and fills up the log-file with 50 MiB / minute. Signed-off-by: Philipp Hahn --- v2: Convert into trace event instead of tracking once per static

Re: [Qemu-devel] [PATCH 3/3] stop the periodic RTC update timer

2012-01-11 Thread Philipp Hahn
is there > an actual case that break with my patch? FYI: But you must not break existing implementations (of any (closed-source) OS), which depend on that behaviour of the RTC. Have a look at get_cmos_time() of the Xen hypervisor for example (that is the one I have been looking at at the

Re: [Qemu-devel] [PATCH 00/13] QED image streaming

2011-06-15 Thread Philipp Hahn
an create lots of instances from then, which have few changed relative to the master, so we don't want the copying to happen there. If haven't looked at QED yet, so thanks in advance for your answer. Sincerely Philipp Hahn -- Philipp Hahn Open Source Software Engin

Re: [Qemu-devel] [Request for Help] QEMU 0.15.0 change log

2011-08-03 Thread Philipp Hahn
t/commit/\(\x\+\) (commit)\]!{{git| \1}}!g Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHLinux for Your Businessfon: +49 421 22 232- 0 Mary-Somerville-Str.1 D

[Qemu-devel] [BUG] Qcow2 corruption on snapshot revert

2011-08-04 Thread Philipp Hahn
04/msg01376.html> <https://forge.univention.org/bugzilla/show_bug.cgi?id=1> Any help is appreciated. Sincerely Philipp Hahn -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHLinux

Re: [Qemu-devel] [PATCH v2 0.15.0] qcow2: Fix L1 table size after bdrv_snapshot_goto

2011-08-04 Thread Philipp Hahn
count updates and eventuelly to image corruption. > > Instead of writing the new L1 size to disk, this simply retains the bigger > L1 size that is currently in use and makes sure that the unused part is > zeroed. > > Signed-off-by: Kevin Wolf Tested-by: Philipp Hahn >

[Qemu-devel] [PATCH] Fix DEBUG_* compilation of qcow2.

2011-08-04 Thread Philipp Hahn
By introducing BlockDriverState compiling qcow2 with DEBUG_ALLOC and DEBUG_EXT defined got broken. Define a BdrvCheckResult structure locally which is now needed as the second argument. Also fix qcow2_read_extensions() needing BDRVQcowState. Signed-off-by: Philipp Hahn --- block/qcow2

Re: [Qemu-devel] [PATCH 35/46] qemu-iotests: qcow2.py

2012-04-17 Thread Philipp Hahn
r > qemu deals properly with future backwards compatible extensions. Cool. I wrote a very similar tool to dump qcow2 data some time ago when I tried to debug a ref-count corruption bug. I'll attach it just FYI. BYtE Philipp -- Philipp Hahn Open Source Software Engineer h...@un

Re: [Qemu-devel] Keysymbol interpretation missing in QEMU's VNC server?

2012-03-08 Thread Philipp Hahn
uch problems. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHLinux for Your Businessfon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99

Re: [Qemu-devel] Correct syntax for named snapshots

2011-10-27 Thread Philipp Hahn
pshot your get an additional file, which your have to manage. Deleting one file from the middle of such a chain breaks all following snapshots, so be careful when you do delete files. And yes, both are still supported. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer

Re: [Qemu-devel] Question on kvm_clock working ...

2011-09-12 Thread Philipp Hahn
lock as far as I know. Now to your problem: You should check the value of /sys/devices/system/clocksource/clocksource0/current_clocksource in your guest. If it is somethong other than kvmclock, you should if using "hwclock --hctosys --utc" re-synchronizes your guest clock to the host.

Re: [Qemu-devel] Qemu Boot failure with /dev/ram0

2013-10-11 Thread Philipp Hahn
tever filesystem, which is backed by a fixed portion of you RAM; you probably need to explicitly specify a "ramdisk_size=25" parameter to be large enougth to contain the uncompressed file-system. If the size is too small, you will have a corrupt FS where you also get the error you mention above

[Qemu-devel] VHD suport in QEMU?

2013-10-31 Thread Philipp Hahn
then. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHbe open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 2

[Qemu-devel] VirtIO windows driver: viostor.sys not post-installable

2015-05-29 Thread Philipp Hahn
and then removed. - A 2nd VirtIO hard-disk was added in KVM to trigger Windows to request the virstor driver. If you need any more data, just ask. Thanks in advance Philipp Hahn PS: data was copied by hand from Windows, so it might contains copy-paste-errors. -- Philipp Hahn Open Source Softw

Re: [Qemu-devel] [PATCH v10] Support vhd type VHD_DIFFERENCING

2015-03-04 Thread Philipp Hahn
Hi, On 04.03.2015 15:18, Xiaodong Gong wrote: > @@ -157,6 +178,224 @@ static int vpc_probe(const uint8_t *buf, int buf_size, > const char *filename) .. > +static int vpc_decode_maxc_loc(BlockDriverState *bs, uint32_t data_length) ... > +cd = g_iconv_open("ASCII", "UTF8"); ... > +static int vp

Re: [Qemu-devel] [PATCH v10] Support vhd type VHD_DIFFERENCING

2015-03-08 Thread Philipp Hahn
Hello, On 08.03.2015 02:53, Xiaodong Gong wrote: > the encoding type of parent location is must be utf 8,utf16e,according > to the draft Yes, the SPEC for VPC/VHD specifies the character encoding to use, which is good for being portable. > ascii is the encoding type to store the string of parent

Re: [Qemu-devel] [PATCH v10] Support vhd type VHD_DIFFERENCING

2015-03-11 Thread Philipp Hahn
Hello, On 11.03.2015 07:22, Xiaodong Gong wrote: >> Hope that clarified things. ... > first,your patch is very clear,a good sample. > > store ascii code in kernel that I said before is a mistake,I mean the > glibc need the input of arguments of fuction such as fopen(path)is > ascii code No: ASC

Re: [Qemu-devel] how to setup a watchdog?

2016-01-19 Thread Philipp Hahn
Hi, Am 18.01.2016 um 12:43 schrieb lejeczek: > I'm trying Qemu's watchdog. > My understanding was that hardware (here qemu's watchdog) would take > action, eg. cold reboot the system if there is no ping from the OS > watchdog, so I > thought stopping watchdog service in VM should be a quick test,

[Qemu-devel] [BUG?] vvfat vs. pc-1.1 isa-fdc.check_media_rate=off

2012-11-10 Thread Philipp Hahn
ched to also work with check_media_rate=off. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHbe open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99

[Qemu-devel] RFH: boot from virtio cdrom?

2013-06-06 Thread Philipp Hahn
later on when Linux is installed, the CDROM works fine through virtio. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbHbe open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 B

[Qemu-devel] [PATCH] Rate limit vnc_write_pixels_generic

2012-05-07 Thread Philipp Hahn
Only print the error message once per change and also include the actual unsupported color depth in bytes per pixel in the error message. Signed-off-by: Philipp Hahn --- ui/vnc.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ui/vnc.c b/ui/vnc.c index deb9ecd

Re: [Qemu-devel] [PATCH] Rate limit vnc_write_pixels_generic

2012-05-07 Thread Philipp Hahn
Hello Anthony, Am Montag 07 Mai 2012 16:19:57 schrieb Anthony Liguori: > On 05/07/2012 08:58 AM, Philipp Hahn wrote: > > Only print the error message once per change and also include the actual > > unsupported color depth in bytes per pixel in the error message. > > >

[Qemu-devel] backing file support for vpc/vhd ?

2013-06-19 Thread Philipp Hahn
) tools/blktap2/vhd/vhd-update.c: BSD (3 clause) tools/blktap2/vhd/vhd-util.c: BSD (3 clause) Is the lack of support for backing files in vpc/vjd in qemu just a question of time / interest, are there technical problems, or are there some political issues? Sincerely Philipp -- Philipp Hahn

[Qemu-devel] [BUG] Re: [2/6] loadvm: improve tests before bdrv_snapshot_goto()

2011-04-14 Thread Philipp Hahn
cide if this regression is an Qemu bug or libvirt should be adapted to this new behavior. I found the Bug also reported with Ubuntu and created a Bug in our own German bugtracker: <https://bugs.launchpad.net/qemu/+bug/726619> <https://forge.univention.org/bugzilla/show_bug.cgi?id=1>

Re: [Qemu-devel] VirtIO windows driver: viostor.sys not post-installable

2015-06-01 Thread Philipp Hahn
Hello, On 31.05.2015 12:58, Vadim Rozenfeld wrote: > On Sun, 2015-05-31 at 11:26 +0300, Yan Vugenfirer wrote: >>> On May 29, 2015, at 5:43 PM, Philipp Hahn >>> wrote: ... >>> we tried to migrate some Windows 2008 and 2012 VMs from Xen to KVM, >>> but >&

Re: [Qemu-devel] [libvirt] [PATCH v2 3/8] Add support for fetching statistics of completed jobs

2016-05-09 Thread Philipp Hahn
is "active", it is a json-object with the > following RAM information (in bytes): but the example some lines below is wrong: > 2. Migration is done and has succeeded > > -> { "execute": "query-migrate" } > <- { "return": { >

Re: VNC clipboard support

2023-04-30 Thread Philipp Hahn
Hello, Am 29.04.23 um 17:29 schrieb octavef...@outlook.fr: I'm trying to use the copy/paste with VNC. I'm launching qemu with: $ qemu-system-x86_64 -hda debiandisk.img vnc :1 I'm using tightvncviewer which has support for copy/paste. I try to copy text between guest and host. It doesn't wor

"Instant clone" with Qemu?

2023-12-05 Thread Philipp Hahn
l and to allow running flaky tests multiple times from a clean clone again ¹<https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html> -- Philipp Hahn Open Source Software Engineer Univention GmbH Mary-Somerville-Str. 1

Re: "Instant clone" with Qemu?

2023-12-15 Thread Philipp Hahn
Hello Stefan, thank you for your kind reply. Am 05.12.23 um 15:44 schrieb Stefan Hajnoczi: On Tue, 5 Dec 2023 at 04:53, Philipp Hahn wrote: > by accident I stumbled over "VMware Instant Clone" ¹, which allows cloning of running VMs by copy-on-write-sharing the disk images and m

Re: "Instant clone" with Qemu?

2023-12-17 Thread Philipp Hahn
Hello Stefan, Am 15.12.23 um 16:21 schrieb Stefan Hajnoczi: Am 05.12.23 um 15:44 schrieb Stefan Hajnoczi: On Tue, 5 Dec 2023 at 04:53, Philipp Hahn wrote: > by accident I stumbled over "VMware Instant Clone" ¹, which allows cloning of running VMs by copy-on-write-sharing th

[Qemu-devel] RFC: Qemu/SeaBIOS/VGA/PXE upgrades vs. longterm-snapshot/migration

2016-08-29 Thread Philipp Hahn
wadays) 3. How do others handle long-term snapshots? Just say "good-bye" to your old snapshots when upgrading to a newer Qemu version or keeping the old, probably unmaintained and vulnerable Qemu/BIOS binaries until the end-of-time? Thanks in advance Philipp -- Philipp Hahn Open Source So

[Qemu-devel] [RFH] qemu-2.6 memory corruption with OVMF and linux-4.9

2017-06-16 Thread Philipp Hahn
.0.0.1:0 -device > cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device > intel-hda,id=sound0,bus=pci.0,addr=0x4 -device > hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device > virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8 -global > isa-debugcon.iobase=0x402 -debugcon file:

Re: [Qemu-devel] [RFH] qemu-2.6 memory corruption with OVMF and linux-4.9

2017-06-18 Thread Philipp Hahn
Hello, Am 17.06.2017 um 18:51 schrieb Laszlo Ersek: > (I also recommend using the "vbindiff" tool for such problems, it is > great for picking out patterns.) > > ** ** ** ** ** ** ** ** 8 9 ** ** ** 13 14 15 > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 01

Re: [Qemu-devel] [RFH] qemu-2.6 memory corruption with OVMF and linux-4.9

2017-06-18 Thread Philipp Hahn
Am 18.06.2017 um 20:27 schrieb Dr. David Alan Gilbert: > * Philipp Hahn (h...@univention.de) wrote: >> Hello, >> >> Am 17.06.2017 um 18:51 schrieb Laszlo Ersek: >>> (I also recommend using the "vbindiff" tool for such problems,

Re: [Qemu-devel] [RFH] qemu-2.6 memory corruption with OVMF and linux-4.9

2017-06-20 Thread Philipp Hahn
Hello, Am 18.06.2017 um 20:22 schrieb Philipp Hahn: > Am 17.06.2017 um 18:51 schrieb Laszlo Ersek: >> (I also recommend using the "vbindiff" tool for such problems, it is >> great for picking out patterns.) >> >> ** ** ** **

Re: [Qemu-devel] [PATCH 1/2] acpi_piix4: fix migration of gpe fields

2017-03-20 Thread Philipp Hahn
4e43999b0f56975dbbd528e4956231b2ee64c071 Mon Sep 17 00:00:00 2001 Message-Id: <4e43999b0f56975dbbd528e4956231b2ee64c071.1490011194.git.h...@univention.de> In-Reply-To: <1313efdc0ac664169c5c271f832264efe6659743.1490011194.git.h...@univention.de> References: <1313efdc0ac664169c5c271f8322

[Qemu-devel] virnet: page allocation failure: order:0

2016-08-15 Thread Philipp Hahn
Hello, this Sunday one of our virtual servers running linux-4.1.16 inside OpenStack using qemu "crashed" while doing a backup using rsync to a slow NFS server. Crash here means that the server became unresponsive to network traffic: - it was no longer able to contact the two LDAP servers - no ssh

Re: [Qemu-devel] RFH: difference in read-only mapped bios.bin - memory corruption?

2017-08-18 Thread Philipp Hahn
Hello, Am 15.08.2017 um 13:25 schrieb Laszlo Ersek: > On 08/14/17 20:39, Dr. David Alan Gilbert wrote: >> * Philipp Hahn (h...@univention.de) wrote: >>> I'm currently investigating a problem, were a Linux VM does not reboot >>> and gets stuck in the SeaBIOS reboot

Re: [Qemu-devel] Why got no response of vnc?

2017-08-26 Thread Philipp Hahn
Hello, Am 25.08.2017 um 08:31 schrieb Sam: > I'm starting vm using: > > kvm]$ sudo /usr/local/bin/qemu-system-x86_64 -m 256 -hda test.qcow2 -cdrom >> CentOS-7-x86_64-DVD-1503-01.iso -boot d >> VNC server running on '127.0.0.1:5900' ^ This a a *local* host socket,

Re: [Qemu-devel] [PATCH 01/11] qemu.py: Pylint/style fixes

2017-07-21 Thread Philipp Hahn
Hi, Am 20.07.2017 um 18:28 schrieb Lukáš Doktor: > --- a/scripts/qemu.py > +++ b/scripts/qemu.py ... > @@ -64,16 +79,16 @@ class QEMUMachine(object): > if self._socket_scm_helper is None: > print >>sys.stderr, "No path to socket_scm_helper set" > return -1 > -

[Qemu-devel] RFH: difference in read-only mapped bios.bin - memory corruption?

2017-08-14 Thread Philipp Hahn
.org/archive/html/qemu-devel/2017-06/msg03940.html>, which I "solved" by upgrading the OVMF version: I have not seen the problem there since than, but this problems looks very similar. 1. How can it be, that the low-mem ROM mapping is modified? 2. Can I tell QEMU or gdb to trap any modifi

Re: [Qemu-devel] [PATCH 1/2] docs: Add image locking subsection

2017-11-23 Thread Philipp Hahn
Hello, Am 23.11.2017 um 14:59 schrieb Fam Zheng: > diff --git a/docs/qemu-block-drivers.texi b/docs/qemu-block-drivers.texi > index 1cb1e55686..fa2e90d15f 100644 > --- a/docs/qemu-block-drivers.texi > +++ b/docs/qemu-block-drivers.texi > @@ -785,6 +785,42 @@ warning: ssh server @code{ssh.example.c

Re: [Qemu-devel] [PATCH 1/2] acpi_piix4: fix migration of gpe fields

2017-03-21 Thread Philipp Hahn
Hello Marcelo, Am 21.03.2017 um 00:20 schrieb Marcelo Tosatti: > On Mon, Mar 20, 2017 at 01:02:10PM +0100, Philipp Hahn wrote: >> Hello Marcelo, cc:qemu, >> >> Sorry for re-using this old thread, but I have a problem loading some >> saved state from qemu-kvm-1.1.

Re: [Qemu-devel] storing machine data in qcow images?

2018-05-22 Thread Philipp Hahn
Hi, Am 18.05.2018 um 17:30 schrieb Michael S. Tsirkin: > Unfortunately this means that it's no longer possible > to more or less reliably boot a VM just given a disk image, > even if you select the correct QEMU binary: ... > Would it be reasonable to support storing this information in the qcow >

Re: [Qemu-devel] [libvirt] How to best handle the reoccurring of rom changes breaking cross version migrations?

2017-11-03 Thread Philipp Hahn
Hello Am 03.11.2017 um 08:30 schrieb Christian Ehrhardt: > On Thu, Nov 2, 2017 at 4:34 PM, Daniel P. Berrange > wrote: >> >> On Thu, Nov 02, 2017 at 04:14:06PM +0100, Christian Ehrhardt wrote: >>> Ping - since there wasn't any reply so far - any best practices one could >>> share? >>> >>> Let me