New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network doesn't work in Windows AppVM with 3.12 kernel in f/wvm #826

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 17 Apr 2014 19:55 UTC
qubes-windows-tools 2.1.0-4

Adapter network setting disappear after manually entered.

Migrated-From: https://wiki.qubes-os.org/ticket/826

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 19 Apr 2014 00:18 UTC
Current workaround: use 3.11 kernel in firewallvm, instead of the now-default 3.12 due to netback changes.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 19 Apr 2014 00:18 UTC
Current workaround: use 3.11 kernel in firewallvm, instead of the now-default 3.12 due to netback changes.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 20 Apr 2014 08:52 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 20 Apr 2014 08:52 UTC

@marmarek marmarek modified the milestones: Release 2, Release 2 rc1 Mar 8, 2015

@marmarek marmarek changed the title from Network doesn't work in Windows AppVM to Network doesn't work in Windows AppVM with 3.12 kernel in f/wvm Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 24 Apr 2014 14:57 UTC
Actually kernel 3.12 behavior is correct - when VM signals qemu to unplug the emulated devices, stubdomain shutdown the device and prepare for reconnect. In earlier kernels it was just broken (but that reconnect never happend, so nobody cared).

The proper fix is to disable this reconnect thing in stubdomain:
http://git.qubes-os.org/?p=marmarek/vmm-xen.git;a=commit;h=e4ee2bb9ccb8c75c18eae25c646cc447232e04a5

BTW it worth to check if that kernel change fixed #722

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 24 Apr 2014 14:57 UTC
Actually kernel 3.12 behavior is correct - when VM signals qemu to unplug the emulated devices, stubdomain shutdown the device and prepare for reconnect. In earlier kernels it was just broken (but that reconnect never happend, so nobody cared).

The proper fix is to disable this reconnect thing in stubdomain:
http://git.qubes-os.org/?p=marmarek/vmm-xen.git;a=commit;h=e4ee2bb9ccb8c75c18eae25c646cc447232e04a5

BTW it worth to check if that kernel change fixed #722

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment