diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/hypervisor/1333688 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1333688')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1333688 | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1333688 b/results/classifier/deepseek-2-tmp/output/hypervisor/1333688 deleted file mode 100644 index 064495cf1..000000000 --- a/results/classifier/deepseek-2-tmp/output/hypervisor/1333688 +++ /dev/null @@ -1,58 +0,0 @@ - -vhost-user: VHOST_USER_SET_MEM_TABLE doesn't contain all regions - - - -vhost-user implementation doesn't provide information about all memory regions, -and in some cases client is not able to map buffer memory as he is missing -memory region information for specific address. - -Same thing is implemented properly for vhost-net. Below gdb outputs are -showing memory regions information provided to the vhost-net and vhost-user. - - - -==== memory regions information provided to vhost-net ==== - -(gdb) p/x hdev->mem->regions[0] -$21 = { - guest_phys_addr = 0x100000000, - memory_size = 0xc0000000, - userspace_addr = 0x2aab6ac00000, - flags_padding = 0x0 -} -(gdb) p/x hdev->mem->regions[1] -$22 = { - guest_phys_addr = 0xfffc0000, - memory_size = 0x40000, - userspace_addr = 0x7ffff4a00000, - flags_padding = 0x0 -} -(gdb) p/x hdev->mem->regions[2] -$23 = { - guest_phys_addr = 0x0, - memory_size = 0xa0000, - userspace_addr = 0x2aaaaac00000, - flags_padding = 0x0 -} -(gdb) p/x hdev->mem->regions[3] -$24 = { - guest_phys_addr = 0xc0000, - memory_size = 0xbff40000, - userspace_addr = 0x2aaaaacc0000, - flags_padding = 0x0 -} -(gdb) - - -==== memory regions information provided to vhost-user ==== - -(gdb) p/x msg.memory.nregions -$28 = 0x1 -(gdb) p/x msg.memory.regions[0] -$29 = { - guest_phys_addr = 0x0, - memory_size = 0x180000000, - userspace_addr = 0x2aaaaac00000 -} -(gdb) \ No newline at end of file |