Re: [vbox-dev] Guest addition .so's from 6.0.10 missing in build

2019-07-18 Thread Michael Thayer
r Xmu: found, OK. > Checking for Mesa / GLU: found (inactive), OK. > Checking for Qt5: found version 5.8.0, OK. > Checking for Qt5 devtools: found version moc 5.8.0, OK. > Checking for Java support: OK. > > I have full output of the build, so I can search it but it's too big to > be pasted a

[vbox-dev] Announcement: VirtualBox 6.0.10 and 5.2.32 released

2019-07-16 Thread Michael Thayer
released. You can download the binaries here: https://www.virtualbox.org/wiki/Downloads Kind regards Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] Regression with Qt 5.13 - guest steals focus

2019-07-09 Thread Michael Thayer
Hello Larry, https://www.virtualbox.org/changeset/79640/vbox Thanks to you and to Fabian! Michael 06.07.19 18:52, Larry Finger wrote: > On 7/5/19 7:28 PM, Larry Finger wrote: >> On 7/5/19 10:13 AM, Michael Thayer wrote: >>> Hello Larry, >>> >>> Just

Re: [vbox-dev] Regression with Qt 5.13 - guest steals focus

2019-07-05 Thread Michael Thayer
her distro maintainers will be aware of the problem in case > their distro switches to Qt 5.13. > > Thanks to SUSE's Fabian Vogt for his help in solving this problem. > > Larry > > _______ > vbox-dev mailing list > vbox-dev@virtualbo

Re: [vbox-dev] Fixes for Kernel 5.2

2019-06-07 Thread Michael Thayer
t; + >>  > >>  > Umm.. doesn't this prototype need #ifdef's for kernel version? >> >> This patch is incorrect. I will have the corrected one tomorrow. >> > > My corrected patch is attached. > > Larry > > ___ >

Re: [vbox-dev] [PATCH 2nd resend] VBoxServiceAutoMount: Change Linux mount code to use

2019-05-16 Thread Michael Thayer
is this code used by vboxsf.ko kernel module ? > > Modifications in VBoxServiceAutoMount.cpp, what we need rebuild ? > just rebuild guest-additions ? it is safe think that ? > > Thanks, > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr.

[vbox-dev] Announcement: VirtualBox 6.0.8 and 5.2.30 released

2019-05-14 Thread Michael Thayer
released. You can download the binaries here: https://www.virtualbox.org/wiki/Downloads Kind regards Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] [PATCH 2nd resend] VBoxServiceAutoMount: Change Linux mount code to use

2019-05-04 Thread Michael Thayer
04.05.19 16:44, Michael Thayer wrote: > 03.05.19 23:40, Knut St. Osmundsen wrote: > [...] >> Finally, does the libc or kernel mount() implementation somehow invoke >> the /sbin/mount.vboxsf helper tool?  Please point me to the code causing >> this, because our vboxsf so

Re: [vbox-dev] [PATCH 2nd resend] VBoxServiceAutoMount: Change Linux mount code to use

2019-05-04 Thread Michael Thayer
>> vbox-dev@virtualbox.org >> https://www.virtualbox.org/mailman/listinfo/vbox-dev > > > ___ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. &

Re: [vbox-dev] [PATCH 2nd resend] VBoxServiceAutoMount: Change Linux mount code to use

2019-05-03 Thread Michael Thayer
> vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.

[vbox-dev] Announcement: VirtualBox 6.0.6 and 5.2.28 released

2019-04-16 Thread Michael Thayer
released. You can download the binaries here: https://www.virtualbox.org/wiki/Downloads Kind regards Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] RE - VirtualBox 6.0.4 compiling error [/kBuild/footer-pass2-compiling-targets.kmk:739 ]

2019-04-07 Thread Michael Thayer
/make[2]: Entering directory '/usr/src/linux-headers-4.9.0-8-amd64'/ > /  INSTALL > /home/bipul/vbox/out/linux.amd64/release/bin/src/vboxpci/vboxpci.ko/ > /  DEPMOD  4.9.0-8-amd64/ > /make[2]: Leaving directory '/usr/src/linux-headers-4.9.0-8-amd64'/ > /make[1]: Le

Re: [vbox-dev] VirtualBox 6.0 - build fix for Linux 5.1

2019-03-29 Thread Michael Thayer
_VERSION(4, 11, 0) > +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0) > +static vm_fault_t sf_reg_fault(struct vm_fault *vmf) > +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) >  static int sf_reg_fault(struct vm_fault *vmf) >  #elif LINUX_VERSION_CODE > KERNE

Re: [vbox-dev] VirtualBo 6.0 - clean up messy warnings for module_init and module_exit

2019-03-15 Thread Michael Thayer
* > > */ > -static int VBoxPciLinuxInit(void); > -static void VBoxPciLinuxUnload(void); > +static int __init VBoxPciLinuxInit(void); > +static vo

Re: [vbox-dev] [PATCH] user_Introduction.xml: grammar, spelling, fonts, etc.

2019-02-26 Thread Michael Thayer
You can resize the virtual machine's window when it is running. > -In that case, one of the following things will happen: > +You can resize a virtual machine's window while that VM is running. > +If you do, one of the following things will happen: > > &

Re: [vbox-dev] possibly misleading reference to "VBox.sh" in scripts

2019-02-26 Thread Michael Thayer
he first dir name (/opt/VirtualBox) appears to be correct, > the second should be /usr/lib/virtualbox, not /usr/lib/VirtualBox. > > for expediency, should i just submit patches to this list, just the > way i do for things like the linux kernel? i read the "contributi

Re: [vbox-dev] [PATCH] Fix compilation with LibreSSL <2.7.0

2019-02-12 Thread Michael Thayer
his->pSsl = NULL; >> -# if OPENSSL_VERSION_NUMBER >= 0x1010 >> +# if (OPENSSL_VERSION_NUMBER >= 0x1010 && >> !defined(LIBRESSL_VERSION_NUMBER)) || LIBRESSL_VERSION_NUMBER >= 0x207f >> BIO_free(pThis->pBio); >> # endif >>

Re: [vbox-dev] Fixes for upcoming Linux 5.1 kernel

2019-02-11 Thread Michael Thayer
Hello Sérgio, https://www.virtualbox.org/changeset/77198/vbox Nothing there that wasn't already in the patch though. Regards Michael 11.02.19 16:41, Sérgio Basto wrote: > On Thu, 2019-02-07 at 16:19 +0100, Michael Thayer wrote: >> Thank you Valdis, finally committed! It shoul

Re: [vbox-dev] Fixes for upcoming Linux 5.1 kernel

2019-02-07 Thread Michael Thayer
_______ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland

[vbox-dev] Announcement: VirtualBox 6.0.4 and 5.2.26 released

2019-01-28 Thread Michael Thayer
released. You can download the binaries here: https://www.virtualbox.org/wiki/Downloads Kind regards Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] Documentation error in VBoxManageHelp.cpp on "draganddrop"

2019-01-20 Thread Michael Thayer
osttoguest]\n"); > "draganddrop disabled|hosttoguest |\n" Thank you! https://www.virtualbox.org/changeset/76906/vbox Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORA

Re: [vbox-dev] Links to ExtPack downloads are not the revision-numbered ones

2019-01-20 Thread Michael Thayer
. This is just for the Extension Pack... Probably me and probably not intentional. The question is, is there a reason to prefer one or the other, given that both work? Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 We

[vbox-dev] Announcement: VirtualBox 6.0.2 and 5.2.24 released

2019-01-15 Thread Michael Thayer
released. You can download the binaries here: https://www.virtualbox.org/wiki/Downloads Kind regards Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] Announcement: VirtualBox 6.0 released

2018-12-21 Thread Michael Thayer
he snapshots manager > to this app because you don't work in this problem, described in all > your beta version's bugtrackers. -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung

Re: [vbox-dev] Announcement: VirtualBox 6.0 released

2018-12-20 Thread Michael Thayer
ux v4.20 final is still on its road. > > My last question: Will these 3 patches go into an upstream VirtualBox >> = 5.2.22 or are they already? > > There is nothing speaking against (my) early-testing :-). > > Thanks. > > Kind regards, > - Sedat - > > On T

Re: [vbox-dev] Announcement: VirtualBox 6.0 released

2018-12-19 Thread Michael Thayer
r) <--- 75665 and 75684 > ... > Linux guests: support Linux 4.20 (thank you Larry Finger) <--- 75664 > > Thanks. > > Regards, > - Sedat - > > [1] https://www.virtualbox.org/pipermail/vbox-dev/2018-December/015158.html > [2] https://www.virtualbox.org/wiki/Chan

[vbox-dev] Announcement: VirtualBox 6.0 released

2018-12-18 Thread Michael Thayer
/Changelog for an incomplete list of all changes. We would like to thank all our Beta testers for their valuable feedback! Kind regards, Michael Thayer -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. &

Re: [vbox-dev] VBox 6.0 RC1

2018-12-18 Thread Michael Thayer
Actually not, I confused it with another issue. Sorry. Michael 18.12.18 10:11, Michael Thayer wrote: > Hello Tom, > > Known problem, already fixed in Subversion. > > Thanks. > Regards > Michael > > 17.12.18 23:02, Thomas McArthur wrote: >> I installed VBox 6.

Re: [vbox-dev] VBox 6.0 RC1

2018-12-18 Thread Michael Thayer
_ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptve

Re: [vbox-dev] Help for french translation

2018-12-12 Thread Michael Thayer
stent" in several places, whilst > "assistent" is the 3rd plural form of the verb "assister". >> >> Thanks, best regards, >>    Laurent Lyaudet > > ___ > vbox-dev mailing list > vbox-dev@virtual

[vbox-dev] Announcement: VirtualBox 6.0 Release Candidate 1 released

2018-12-10 Thread Michael Thayer
://forums.virtualbox.org/viewtopic.php?f=15=90700 for an incomplete list of changes since Beta 3. Thanks for your help! Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstra

Re: [vbox-dev] Fixes for API changes in kernel 4.20

2018-12-07 Thread Michael Thayer
mespec Pointer to the POSIX timespec struct with the new > time. > */ > DECLINLINE(PRTTIMESPEC) RTTimeSpecSetTimespec(PRTTIMESPEC pTime, const > struct timespec *pTimespec) > { > return RTTimeSpecAddNano(RTTimeSpecSetSeconds(pTime, > pTimespec->tv_sec), pTimespec->tv_nsec); &g

[vbox-dev] Announcement: VirtualBox 6.0 Beta 3 released

2018-11-30 Thread Michael Thayer
the forum at https://forums.virtualbox.org/viewtopic.php?f=15=90560 for an incomplete list of changes. Thanks for your help! Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptve

Re: [vbox-dev] Fixes for API changes in kernel 4.20

2018-11-21 Thread Michael Thayer
h at all, but left your patch to it unchanged, and it looks like the patch still does get_link_ksettings() for 4.20. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesst

Re: [vbox-dev] Fixes for API changes in kernel 4.20

2018-11-20 Thread Michael Thayer
_KERNEL); +if (!cmd) + return 1; +convert_link_ksettings_to_legacy_settings(cmd, link_ksettings); +#endif cmd->supported = 0; cmd->advertising= 0; #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) @@ -222,6 +283,9 @@ cmd->autoneg= AUTONEG_DISABLE;

Re: [vbox-dev] Problem building VirtualBox on Fedora 29

2018-11-16 Thread Michael Thayer
for debugging something.) Regards Michael 16.11.18 15:23, Sergio wrote: > %global debug_package %{nil} ? > > Sent from my AndroidEm 16/11/2018 11:54, Michael Thayer > escreveu: >> >> Hello Sérgio, >> >> Since you probably know more about rpmbuild than I ever will,

[vbox-dev] Problem building VirtualBox on Fedora 29

2018-11-16 Thread Michael Thayer
113 Thanks. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACL

[vbox-dev] Announcement: VirtualBox 6.0 Beta 2 released

2018-11-15 Thread Michael Thayer
the forum at https://forums.virtualbox.org/viewtopic.php?f=15=90315 for an incomplete list of changes. Thanks for your help! Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptve

Re: [vbox-dev] "Disgruntled Security Researcher Publishes Major VirtualBox 0-Day Exploit"

2018-11-12 Thread Michael Thayer
; > ___ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschlan

[vbox-dev] Announcement: VirtualBox 5.2.22 released

2018-11-09 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] QCoreApplication::setSetuidAllowed(true) needed for virtualbox dev versions to get setuid permissions for Qt

2018-10-29 Thread Michael Thayer
list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 Mü

[vbox-dev] Announcement: VirtualBox 6.0 Beta 1 released

2018-10-23 Thread Michael Thayer
the forum at https://forums.virtualbox.org/viewtopic.php?f=15=89946 for an incomplete list of changes. Thanks for your help! Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptve

[vbox-dev] Announcement: VirtualBox 5.2.20 released

2018-10-17 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] Fixes for API changes in kernel 4.19

2018-10-09 Thread Michael Thayer
 } > > _______ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deuts

Re: [vbox-dev] kernel 4.18 build fix

2018-09-04 Thread Michael Thayer
0; >> RTTimeSpecSetNano(ts, t); >> >> cheers, > > Hello , > > Kernel-4.18.5 is out there this is the official fix ? or where is the > official ? please > > > Thanks, > > -- > > Sérgio M. B. > > > > ___

Re: [vbox-dev] How to access host vertical blanking intervals

2018-09-03 Thread Michael Thayer
has entered a vblank interval? > Something in the VBOX Main API perhaps? > > Thanks in advance, > Steve-- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-

[vbox-dev] Announcement: VirtualBox 5.2.18 released

2018-08-15 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] Patch to bug #17884

2018-07-24 Thread Michael Thayer
2018 12:06, Michael Thayer wrote:> It seems I accidentally took the mailing list off CC. Adding it back > on. That means that it will break for GNOME Terminal in than 2012, but > not 2004. CentOS 4 GNOME Terminal was last updated in 2005, so it needs > checking how that will be

Re: [vbox-dev] Patch to bug #17884

2018-07-24 Thread Michael Thayer
Kielstra wrote: > Dear Michael, > > It works with 12.10, but not with 4.10. > > Michael > > -Original Message- > From: Michael Kielstra > Sent: Monday, 23 July 2018 17:09 > To: 'Michael Thayer' > Subject: RE: [vbox-dev] Patch to bug #17884 > > D

Re: [vbox-dev] Fwd: Add ReactOS to list of known OSs in new VM wizard

2018-07-23 Thread Michael Thayer
e_CD > > I hereby explicitly state that I am licensing the patch under the MIT > license: https://www.virtualbox.org/wiki/MIT%20license-- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG H

[vbox-dev] Announcement: VirtualBox 5.2.16 released

2018-07-17 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] Announcement: VirtualBox 5.2.14 released

2018-07-13 Thread Michael Thayer
andling > of the vbox-dev list feels a bit strange for me). No matter, I am sending > this in the hope of being heard. > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung:

Re: [vbox-dev] Announcement: VirtualBox 5.2.14 released

2018-07-13 Thread Michael Thayer
t; > has not been updated with the last version 5.2.14. > > Is there a chance to fix it? / thanks! > > -- Markus -- > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hau

[vbox-dev] Announcement: VirtualBox 5.2.14 released

2018-07-02 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

[vbox-dev] Announcement: VirtualBox 5.2.12 and 5.1.38 released

2018-05-10 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads VirtualBox 5.1.38 was also released. See the Changelog at https://www.virtualbox.org/wiki/Changelog-5.1 for a complete list of all changes. You can download the binaries here: https://www.virtualbox.org/wiki/Download_Old_Builds_5_1 Kind regards Michael -- Michael

[vbox-dev] Announcement: VirtualBox 5.2.10 and 5.1.36 released

2018-04-17 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads VirtualBox 5.1.36 was also released. See the Changelog at https://www.virtualbox.org/wiki/Changelog-5.1 for a complete list of all changes. You can download the binaries here: https://www.virtualbox.org/wiki/Download_Old_Builds_5_1 Kind regards Michael -- Michael

Re: [vbox-dev] VirtualBox official debug builds/debug symbols

2018-04-12 Thread Michael Thayer
release builds of the kernel components. Not all of them are > executed in the context of a VM. > > Klaus > > On 11.04.2018 11:51, Michael Thayer wrote: >> I would not be able to answer that properly without investigation. I >> expect that it does, but that you nee

Re: [vbox-dev] VirtualBox official debug builds/debug symbols

2018-04-11 Thread Michael Thayer
Hi, > > Does VBOX_ASSERT=no affect kernel mode assertions? > > Regards, > Mihai > > On Wed, Apr 11, 2018 at 11:30 AM, Michael Thayer > <michael.tha...@oracle.com <mailto:michael.tha...@oracle.com>> wrote: > > Hello Both, > > On the whole t

Re: [vbox-dev] VirtualBox official debug builds/debug symbols

2018-04-11 Thread Michael Thayer
ance. > > -- > Samuel Rats > ___ > vbox-dev mailing list > vbox-dev@virtualbox.org <mailto:vbox-dev@virtualbox.org> > https://www.virtualbox.org/mailman/listinfo/vbox-dev > <https://www.virtualbox.org/mail

[vbox-dev] VirtualBox 5.2.8 packages for Ubuntu 18.04

2018-03-20 Thread Michael Thayer
Dear All, VirtualBox 5.2.8 packages for Ubuntu 18.04 are now available to download and test on the Linux Downloads[1] page. Feedback (especially positive) is appreciated! [1] https://www.virtualbox.org/wiki/Linux_Downloads Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE

Re: [vbox-dev] USB-Multitouch-Tablet: Single tap on touchscreen behaves like two mouse clicks

2018-02-28 Thread Michael Thayer
er, Michael Grimm, Lutz Rissing > > E-Mail Haftungsausschluss / E-Mail Disclaimer: > http://www.heidenhain.de/disclaimer > > > > ___ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailma

[vbox-dev] Announcement: VirtualBox 5.2.8 and 5.1.34 released

2018-02-28 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads VirtualBox 5.1.34 was also released. See the Changelog at https://www.virtualbox.org/wiki/Changelog-5.1 for a complete list of all changes. You can download the binaries here: https://www.virtualbox.org/wiki/Download_Old_Builds_5_1 Kind regards Michael -- Michael

Re: [vbox-dev] Full patch for 4.15

2018-01-18 Thread Michael Thayer
coder_find() is changed. >>> 4. The calling sequence for the .get and .set members of the >>> module_param_call() >>> calls have changed. >>> >>> This patch is released under the MIT license. >>> >>> Larry >>> >>> >>> ___

Re: [vbox-dev] Seamless mode is broken on 5.2.x (X11 guest on X11 host)

2018-01-16 Thread Michael Thayer
It seems at least likely. Regards Michael 17.01.2018 08:47, Kalogrianitis Socratis wrote: >> We think we have found the breaking change and hope to fix it soon. > > Is this the same as in https://www.virtualbox.org/ticket/17304 ? > -- Michael Thayer | VirtualBox engineer ORA

Re: [vbox-dev] Seamless mode is broken on 5.2.x (X11 guest on X11 host)

2018-01-16 Thread Michael Thayer
s go away if I downgrade the host to 5.1.30, > while keeping the guest-additions at 5.2.2 (not tested > with 5.2.4). > > Regards, > > Hans -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. &am

[vbox-dev] Announcement: VirtualBox 5.1.32 released

2018-01-16 Thread Michael Thayer
://www.virtualbox.org/wiki/Download_Old_Builds_5_1 Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht Münc

[vbox-dev] Announcement: VirtualBox 5.2.6 released

2018-01-16 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] Cannot compile VirtualBox 5.1.30 without access to kernel sources (regression since 5.1.12)

2018-01-10 Thread Michael Thayer
Hello Ulrich and Sérgio, Please see r70497[1]. Regards Michael [1] https://www.virtualbox.org/changeset/70497/vbox 09.01.2018 12:31, Ulrich Gemkow wrote: > Hello Michael, > > On Tuesday 09 January 2018, Michael Thayer wrote: >> Hello Ulrich, >> >> Could you try a

Re: [vbox-dev] Cannot compile VirtualBox 5.1.30 without access to kernel sources (regression since 5.1.12)

2018-01-09 Thread Michael Thayer
t; >>> ./configure --disable-kmods --disable-pulse --disable-alsa --disable- >>> hardening --disable-opengl --disable-dbus --disable-docs --disable- >>> python --disable-java --disable-libvpx >>> >>> The compile host is a modified Ubuntu 16.04 with a vanilla kernel >

Re: [vbox-dev] [PATCH 0/2] Cleanup non-variadic macro usage of RT_NOREF*

2018-01-08 Thread Michael Thayer
| 2 +- > src/VBox/Storage/testcase/tstVDSnap.cpp| 4 +- > src/VBox/VMM/VMMR3/PDM.cpp | 2 +- > src/VBox/VMM/VMMR3/VM.cpp | 2 +- > src/VBox/VMM/tools/VBoxCpuReport.cpp | 2 +- > src/VBox/ValidationKit/utils/nt/

Re: [vbox-dev] [PATCH v2] HostServices/SharedClipboard/x11-stub.cpp: use RT_NOREF rather than NOREF

2017-12-20 Thread Michael Thayer
LogFlowFunc(("called, returning.\n")); > } > > @@ -107,7 +107,7 @@ void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA > *pClient, > int vboxClipboardReadData (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t > u32Format, > void *pv, uin

Re: [vbox-dev] [PATCH] HostServices/SharedClipboard/x11-stub.cpp: use RT_NOREF rather than NOREF

2017-12-20 Thread Michael Thayer
; u32Format, > void *pv, uint32_t cb, uint32_t *pcbActual) > { > -NOREF(pClient, u32Format, pv, cb); > +RT_NOREF4(pClient, u32Format, pv, cb); > LogFlowFunc(("called, returning VINF_SUCCESS.\n")); > /* No data available. */ >

[vbox-dev] Announcement: VirtualBox 5.2.4 released

2017-12-19 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

[vbox-dev] Announcement: VirtualBox 5.2.4 released

2017-12-19 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] censorship

2017-12-11 Thread Michael Thayer
no longer a problem seems > wrong. > > https://www.virtualbox.org/ticket/13615 > > Stéphane > > > > ___ > vbox-dev mailing list > vbox-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev >

Re: [vbox-dev] Problem building v5.2.0 and .2

2017-12-01 Thread Michael Thayer
here ?[...] https://www.x.org/archive/individual/driver/xf86-video-vboxvideo-1.0.0.tar.bz2 Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-8099

Re: [vbox-dev] Problem building v5.2.0 and .2

2017-11-27 Thread Michael Thayer
nly for non-Linux) there is now a git-repository on freedesktop.org, and I still haven't got round to doing an actual release. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Rie

[vbox-dev] Announcement: VirtualBox 5.2.2 released

2017-11-24 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] Announcement: VirtualBox 5.2 released

2017-10-20 Thread Michael Thayer
Current is r3098 or thereabouts. Regards Michael 20.10.2017 20:13, Larry Finger wrote: > On 10/20/2017 11:31 AM, Michael Thayer wrote: >> Hello Larry, >> >> kbuild needs updating to the most recent revision. > > Thanks for the info. What version is needed? We have 0.1

Re: [vbox-dev] Announcement: VirtualBox 5.2 released

2017-10-20 Thread Michael Thayer
Hello Larry, kbuild needs updating to the most recent revision. Regards Michael 20.10.2017 18:29, Larry Finger wrote: > On 10/19/2017 02:21 AM, Michael Thayer wrote: >> Hello Gianfranco, >> >> I must admit that it is the first time I hear of that file, but looking >>

Re: [vbox-dev] Recent changes to vboxsf have introduced a bug? (was Opportunity to significantly shrink the vboxsf Linux driver)

2017-10-20 Thread Michael Thayer
e and sf_reg_write should return a negative > errno value on error. Long overdue. Please see r69151[1]. [1] https://www.virtualbox.org/changeset/69151/vbox Thank you! Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstad

[vbox-dev] Remove support for old hosts and userspace mount.vboxsf

2017-10-20 Thread Michael Thayer
Hello Hans, Just to say that I have finally got round to applying this[1] change of yours[2]. [1] https://github.com/jwrdegoede/vboxsf/commit/e89091819397785f687185413919023aacf2253f [2] https://www.virtualbox.org/changeset/69149/vbox Regards and thanks Michael -- Michael Thayer | VirtualBox

Re: [vbox-dev] Announcement: VirtualBox 5.2 released - please try updated Guest Additions

2017-10-20 Thread Michael Thayer
>   https://www.virtualbox.org/wiki/Changelog > > for an incomplete list of all changes. > > We would like to thank all our Beta testers for their valuable feedback! > > Kind regards, > > Klaus-- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG

Re: [vbox-dev] Announcement: VirtualBox 5.2 released

2017-10-19 Thread Michael Thayer
t; source... > kmk: *** No rule to make target > `/<>/out/obj/VMMR3LazyImp/VMMR3LazyLoad.asm', needed by > `/<>/out/obj/VMMR3LazyImp/gen/VMMR3LazyLoad.o'. Stop. > kmk: *** Waiting for unfinished jobs > > > did you forget to include that file? > >

[vbox-dev] Announcement: VirtualBox 5.1.30 released

2017-10-16 Thread Michael Thayer
://www.virtualbox.org/wiki/Downloads Kind regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komple

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-16 Thread Michael Thayer
in sanity testing that. > > > the kernel one worked in Ubuntu too, and on the next RC I'll be happy to test > your one! > > G. > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. &

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-13 Thread Michael Thayer
e interested in sanity testing that. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 956

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-12 Thread Michael Thayer
Hello, 12.10.2017 15:41, Michael Thayer wrote: [Discussion of debugging operating systems in virtual machines.]> Actually there is another handy trick there (can't remember now if > it works in non-debug builds of VirtualBox) - the machine debugger, > which can detect the dmesg ri

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-12 Thread Michael Thayer
esg ring buffer in Linux guests without address-space randomisation, which often means that you can take a look at it on a hung guest. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Haupt

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-11 Thread Michael Thayer
to do >> that during clean-up to match kernel style. Will be committing soon. > > > thanks, please ping when you have a patch or something to test! Please see change set 69034.[1] [1] https://www.virtualbox.org/changeset/69034/vbox Regards Michael -- Michael Thayer | Virtua

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-10-10 Thread Michael Thayer
l style. Will be committing soon. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, H

Re: [vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-04 Thread Michael Thayer
03.10.2017 15:34, Michael Thayer wrote: > Hello Hans, > > Terribly sorry. I admit that I never got round to looking at this, but > it does looks very sensible. Just doing a sanity build now before I > push it to our internal repository, and I will make it publicly visible

Re: [vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-03 Thread Michael Thayer
ne VBGL_IOCTL_WAIT_FOR_EVENTS_SIZE_OUT > RT_UOFFSET_AFTER(VBGLIOCWAITFOREVENTS, u.Out) > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 Münch

Re: [vbox-dev] Announcement: VirtualBox 5.2 Release Candidate 1 released

2017-10-01 Thread Michael Thayer
Hello Ian, 01.10.2017 13:16, Ian Chapman wrote: > On 30/09/17 20:06, Michael Thayer wrote: > >> Version 5.2 will be a new minor release. Please see the forum at > > Is there an SDKRef.pdf? Or a least of incompatible API changes since > 5.1.x? Thanks Michael. Sorry about th

Re: [vbox-dev] New virtualbox vboxvideo mainline kernel broken in Ubuntu

2017-09-29 Thread Michael Thayer
nfranco, if you have time could you please give the Additions from the next beta release a try, when it is available, since I have already started the process? I would be very grateful if you could. I will too of course when I find a moment, moments are just in short supply. Regards Michael -- Mic

Re: [vbox-dev] Missing global with kernel 4.14-rcX

2017-09-20 Thread Michael Thayer
ata, size, ); > +#endif > set_fs(fs_save); > if (ret < 0) > printk(KERN_DEBUG "vboxPciFileWrite: error %d\n", ret); > > Larry > > > _______ > vbox-dev mailing list > vbox-dev@virtualbox.org >

[vbox-dev] Announcement: VirtualBox 5.2 Beta 3 released

2017-09-15 Thread Michael Thayer
see the forum at https://forums.virtualbox.org/viewtopic.php?f=15=84631 for an incomplete list of changes. Thanks for your help! Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptve

[vbox-dev] User manual translations

2017-09-15 Thread Michael Thayer
on that, as long as I did not have to spend too much time on it. Regards Michael -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amt

Re: [vbox-dev] [PATCH] VirtualBox_cs.ts: Fix typos

2017-09-11 Thread Michael Thayer
ase let me know (preferably following the procedure in the wiki). Otherwise chances are we will disable the Czech translation in 5.2. Regards Michael > > Socratis-- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.

Re: [vbox-dev] SVN r68653

2017-09-06 Thread Michael Thayer
box-dev@virtualbox.org > https://www.virtualbox.org/mailman/listinfo/vbox-dev > -- Michael Thayer | VirtualBox engineer ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | D-71384 Weinstadt ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgerich

  1   2   3   4   >