 
            
            
            
            
                29 Sep
                
                    2021
                
            
            
                29 Sep
                
                '21
                
            
            
            
        
    
                11:57 a.m.
            
        Looking at the qemu code the problem IMHO is: https://gitlab.com/qemu-project/qemu/-/blob/6b54a31bf7b403672a798b6443b1930a... https://gitlab.com/qemu-project/qemu/-/blob/6b54a31bf7b403672a798b6443b1930a... This byte swapping makes no sense to me. How do we know that the guest is little endian? What will this code do for BE guests? I think qemu would be better off treating the "GUID" as a list of bytes and writing that exactly into the guest memory. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html