virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
		
							parent
							
								
									e266d42149
								
							
						
					
					
						commit
						8aca0d7586
					
				@ -936,7 +936,7 @@ static void virtio_pci_add_mem_cap(VirtIOPCIProxy *proxy,
 | 
				
			|||||||
           cap->cap_len - PCI_CAP_FLAGS);
 | 
					           cap->cap_len - PCI_CAP_FLAGS);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define QEMU_VIRTIO_PCI_QUEUE_MEM_MULT 0x10000
 | 
					#define QEMU_VIRTIO_PCI_QUEUE_MEM_MULT 0x1000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static uint64_t virtio_pci_common_read(void *opaque, hwaddr addr,
 | 
					static uint64_t virtio_pci_common_read(void *opaque, hwaddr addr,
 | 
				
			||||||
                                       unsigned size)
 | 
					                                       unsigned size)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user