Package: aqemu / 0.9.2-2.3

Metadata

Package Version Patches format
aqemu 0.9.2-2.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_qemu_parallel_typo.diff | (download)

src/VM.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix type when lpt parallel option is selected.
0002 Remove VLAN stuff QEMU doesn t support it anymore.patch | (download)

src/Network_Widget.cpp | 103 28 + 75 - 0 !
src/Network_Widget.ui | 890 423 + 467 - 0 !
src/Old_Network_Widget.cpp | 32 1 + 31 - 0 !
src/Old_Network_Widget.h | 1 0 + 1 - 0 !
src/Old_Network_Widget.ui | 59 12 + 47 - 0 !
src/VM.cpp | 99 28 + 71 - 0 !
src/VM_Devices.cpp | 39 0 + 39 - 0 !
src/VM_Devices.h | 12 1 + 11 - 0 !
8 files changed, 493 insertions(+), 742 deletions(-)

 remove vlan stuff, qemu doesn't support it anymore

If QEMU is started with vlan argument, it will fail and exit with an
error. Remove the vlan argument and related stuff (like UI objects) so
QEMU can work again.