Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688040 - app-emulation/libvirt - add support for sync time after resume in libvirt-guest
Summary: app-emulation/libvirt - add support for sync time after resume in libvirt-guest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-06-14 08:25 UTC by INODE64 Sistemas
Modified: 2019-07-01 15:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libvirt-guests.init-r3.diff (libvirt-guests.init-r3.diff,343 bytes, patch)
2019-06-14 08:25 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2019-06-14 08:25:20 UTC
After stop and start libvirt-guest, the virtual machines need sync the time, the last version of qa-qemu supports this feature in Windows too.



Reproducible: Always
Comment 1 INODE64 Sistemas 2019-06-14 08:25:57 UTC
Created attachment 579768 [details, diff]
libvirt-guests.init-r3.diff
Comment 2 Larry the Git Cow gentoo-dev 2019-07-01 15:07:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85605d7f9563c46de2be1cd3e777659015d8ed

commit fe85605d7f9563c46de2be1cd3e777659015d8ed
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-07-01 14:45:25 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-07-01 14:49:35 +0000

    app-emulation/libvirt: version bump to 5.4.0
    
     - introduce USE=dtrace to avoid an automagic dependency on
       /usr/bin/dtrace. I skipped the systemtap[libvirt] use-dependency to
       make initial bootstrapping less annoying.
    
     - Also synchronize time in openrc domain resume script
    
    Closes: https://bugs.gentoo.org/675166
    Closes: https://bugs.gentoo.org/688040
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-emulation/libvirt/Manifest                     |   1 +
 app-emulation/libvirt/files/libvirt-guests.init-r4 | 237 +++++++++++++
 app-emulation/libvirt/libvirt-5.4.0.ebuild         | 390 +++++++++++++++++++++
 app-emulation/libvirt/metadata.xml                 |   1 +
 4 files changed, 629 insertions(+)