Displaying 4 results from an estimated 4 matches for "state_normal".
2016 Jun 18
8
[PATCH 0/7] p2v: Multiple improvements to the look of virt-p2v.
In the run dialog, I have implemented an ANSI colour escape sequence
interpreter, so that colours displayed by the remote virt-v2v are now
shown to the user.
(https://bugzilla.redhat.com/show_bug.cgi?id=1314244)
This requires virt-v2v to send colours. It wasn't doing that because
the output was a pipe (as we capture the output into the log file).
So I added a global --colours option to make
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.
2009 Sep 02
0
Wine release 1.1.29
....
wined3d: Properly check if an attribute is used in find_conversion_shift().
d3d8: Remove stray tabs.
d3d8: Use a wined3d cs for wined3d locking.
wined3d: Properly check if an attribute is used in transform_texture().
wined3d: Properly check if an attribute is used in state_normalize().
wined3d: Properly check if an attribute is used in remove_vbos().
d3d9: Remove stray tabs.
d3d9: Use the wined3d cs for wined3d locking.
wined3d: Properly check if an attribute is used in drawStridedInstanced().
wined3d: Get rid of a redundant memset() in device_...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am