Re: [PATCH v4 2/4] datadir: Use bundle mechanism

2022-06-15 Thread Paolo Bonzini
On 6/14/22 23:07, Akihiko Odaki wrote: ) + roms = [] if unpack_edk2_blobs fds = [ @@ -20,6 +22,9 @@ if unpack_edk2_blobs install: get_option('install_blobs'), install_dir: qemu_datadir, command: [ bzip2, '-dc', '@INPUT0@' ]) + +

Re: [PATCH v4 2/4] datadir: Use bundle mechanism

2022-06-15 Thread Daniel P . Berrangé
On Wed, Jun 15, 2022 at 06:07:44AM +0900, Akihiko Odaki wrote: > softmmu/datadir.c had its own implementation to find files in the > build tree, but now bundle mechanism provides the unified > implementation which works for datadir and the other files. > > Signed-off-by: Akihiko Odaki > --- > .t