Richard W.M. Jones
72cfaff5c5
Update copyright dates for 2025
...
Automated using this command:
perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
2025-02-16 17:00:46 +00:00
Richard W.M. Jones
e2c7bddf10
Update copyright dates for 2023
...
Run this command across the source:
perl -pi.bak -e 's/(20[012][0-9])-20[12][012]/$1-2023/g' `git ls-files`
and remove changes to po{,-docs}/*.po{,t} (these will be regenerated
later when we run 'make dist').
2023-02-07 10:50:48 +00:00
Yuri Chornoivan
fce82fe55a
Fix minor typos
2020-08-24 16:24:38 +01:00
Richard W.M. Jones
0e17236d7d
Update copyright dates to 2020.
2020-03-06 19:32:32 +00:00
Pino Toscano
e636e64d34
lib: uefi: use the efi libvirt firmware if available
...
In case libvirt supports the firmware autoselection and there is an EFI
firmware available, use it directly instead of handling the firmware
manually.
2020-01-20 13:00:12 +01:00
Pino Toscano
029901113c
lib: allow to use libvirt firmware autoselection
...
Enhance the UEFI firmware lookup function with the information on the
libvirt firmware autoselection, allowing it to return a value to use for
the appliance.
At the moment no firmware is selected this way, so there is no behaviour
change.
2020-01-20 13:00:06 +01:00
Pino Toscano
777a21b16b
lib: uefi: reset out parameters earlier
...
Make sure they are always reset, no matter the code branches later on.
This is mostly code motion.
2020-01-20 13:00:06 +01:00
Richard W.M. Jones
85c99edec1
v2v: Remove virt-v2v.
...
It has moved to a new repository:
https://github.com/libguestfs/virt-v2v
2019-11-13 12:49:55 +00:00
Richard W.M. Jones
05d4fcb64d
Update copyright dates for 2019.
...
This command run over the source:
perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
212762c593
Update copyright dates for 2018.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Richard W.M. Jones
7e974b509c
lib: Use guestfs_int_make_temp_path in a few more places.
...
There were various places in the library where we open coded making
temporary filenames. This uses the utility function instead.
2017-09-21 18:05:07 +01:00
Richard W.M. Jones
7489d22843
common/utils: Move ‘uefi.c’ to ‘lib/’.
...
This was only used inside the library, so move it there.
2017-07-10 17:01:59 +01:00
Richard W.M. Jones
f161c9ea57
Rename src/ to lib/
2017-01-26 15:05:46 +00:00