Fedora 29 qemu time problem

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Since i upgraded my workstation from fedora28 to fedora29 i encountered a problem with my virtual machine which is running on my workstation. I am using this virtual machine for browsing in the internet.



My problem is that it seems like the time is running faster on the virtual machine than on my workstation. For example spotify or some videos are faster than normal.



Here is how i start this machine:



/usr/bin/qemu-system-x86_64 -cpu host -smp cpus=4 -hda /space/vm/images/browser.img -hdb /space/data/$USER/.browser_home.img -machine accel=kvm -daemonize -balloon none -vnc 127.0.0.1:0 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x6.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x6 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x6.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x6.0x2 -k de -m 2500 -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:2233-:22 -monitor telnet:127.0.0.1:4444,server,nowait


I have no idea how to start debugging this one. What should i try?










share|improve this question






















  • Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

    – Kusalananda
    Mar 7 at 8:42











  • date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

    – Julian
    Mar 7 at 8:55












  • It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

    – Kusalananda
    Mar 7 at 8:56












  • output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

    – Julian
    Mar 7 at 9:04

















0















Since i upgraded my workstation from fedora28 to fedora29 i encountered a problem with my virtual machine which is running on my workstation. I am using this virtual machine for browsing in the internet.



My problem is that it seems like the time is running faster on the virtual machine than on my workstation. For example spotify or some videos are faster than normal.



Here is how i start this machine:



/usr/bin/qemu-system-x86_64 -cpu host -smp cpus=4 -hda /space/vm/images/browser.img -hdb /space/data/$USER/.browser_home.img -machine accel=kvm -daemonize -balloon none -vnc 127.0.0.1:0 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x6.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x6 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x6.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x6.0x2 -k de -m 2500 -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:2233-:22 -monitor telnet:127.0.0.1:4444,server,nowait


I have no idea how to start debugging this one. What should i try?










share|improve this question






















  • Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

    – Kusalananda
    Mar 7 at 8:42











  • date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

    – Julian
    Mar 7 at 8:55












  • It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

    – Kusalananda
    Mar 7 at 8:56












  • output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

    – Julian
    Mar 7 at 9:04













0












0








0


1






Since i upgraded my workstation from fedora28 to fedora29 i encountered a problem with my virtual machine which is running on my workstation. I am using this virtual machine for browsing in the internet.



My problem is that it seems like the time is running faster on the virtual machine than on my workstation. For example spotify or some videos are faster than normal.



Here is how i start this machine:



/usr/bin/qemu-system-x86_64 -cpu host -smp cpus=4 -hda /space/vm/images/browser.img -hdb /space/data/$USER/.browser_home.img -machine accel=kvm -daemonize -balloon none -vnc 127.0.0.1:0 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x6.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x6 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x6.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x6.0x2 -k de -m 2500 -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:2233-:22 -monitor telnet:127.0.0.1:4444,server,nowait


I have no idea how to start debugging this one. What should i try?










share|improve this question














Since i upgraded my workstation from fedora28 to fedora29 i encountered a problem with my virtual machine which is running on my workstation. I am using this virtual machine for browsing in the internet.



My problem is that it seems like the time is running faster on the virtual machine than on my workstation. For example spotify or some videos are faster than normal.



Here is how i start this machine:



/usr/bin/qemu-system-x86_64 -cpu host -smp cpus=4 -hda /space/vm/images/browser.img -hdb /space/data/$USER/.browser_home.img -machine accel=kvm -daemonize -balloon none -vnc 127.0.0.1:0 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x6.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x6 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x6.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x6.0x2 -k de -m 2500 -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:2233-:22 -monitor telnet:127.0.0.1:4444,server,nowait


I have no idea how to start debugging this one. What should i try?







fedora virtual-machine qemu






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 7 at 8:40









JulianJulian

11




11












  • Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

    – Kusalananda
    Mar 7 at 8:42











  • date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

    – Julian
    Mar 7 at 8:55












  • It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

    – Kusalananda
    Mar 7 at 8:56












  • output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

    – Julian
    Mar 7 at 9:04

















  • Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

    – Kusalananda
    Mar 7 at 8:42











  • date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

    – Julian
    Mar 7 at 8:55












  • It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

    – Kusalananda
    Mar 7 at 8:56












  • output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

    – Julian
    Mar 7 at 9:04
















Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

– Kusalananda
Mar 7 at 8:42





Do you have any actual evidence that this is the case, such as comparing the output of date on the host and guest? How is time keeping done on the guest?

– Kusalananda
Mar 7 at 8:42













date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

– Julian
Mar 7 at 8:55






date seems similar, i guess the virtual guest should get his time from my host. And i think date confirms that but even if i configure ntp it is faster. @Kusalananda

– Julian
Mar 7 at 8:55














It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

– Kusalananda
Mar 7 at 8:56






It is "similar" and "faster" at the same time? You mean the video runs faster? In that case it's probably not a time problem but an issue with the speed of the video playback.

– Kusalananda
Mar 7 at 8:56














output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

– Julian
Mar 7 at 9:04





output of date seems to be similar, yes. But if i open spotify, youtube and so on, the time definately runs faster. not much, but it runs faster. And it definately has to do with fedora29.

– Julian
Mar 7 at 9:04










1 Answer
1






active

oldest

votes


















0














The solution is the virtual soundcard. Thats how i manage to get the sound from the VM to my host. But it seems like the soundcard calculates the wrong status.



-device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0



The working way is to replace the settings with this.



-soundhw es1370






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f504862%2ffedora-29-qemu-time-problem%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The solution is the virtual soundcard. Thats how i manage to get the sound from the VM to my host. But it seems like the soundcard calculates the wrong status.



    -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0



    The working way is to replace the settings with this.



    -soundhw es1370






    share|improve this answer



























      0














      The solution is the virtual soundcard. Thats how i manage to get the sound from the VM to my host. But it seems like the soundcard calculates the wrong status.



      -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0



      The working way is to replace the settings with this.



      -soundhw es1370






      share|improve this answer

























        0












        0








        0







        The solution is the virtual soundcard. Thats how i manage to get the sound from the VM to my host. But it seems like the soundcard calculates the wrong status.



        -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0



        The working way is to replace the settings with this.



        -soundhw es1370






        share|improve this answer













        The solution is the virtual soundcard. Thats how i manage to get the sound from the VM to my host. But it seems like the soundcard calculates the wrong status.



        -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0



        The working way is to replace the settings with this.



        -soundhw es1370







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 12 at 6:57









        JulianJulian

        11




        11



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f504862%2ffedora-29-qemu-time-problem%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)