index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
vfio/container: Make vfio_get_device() return bool
Zhenzhong Duan
1
-9
/
+7
2024-05-16
vfio/container: Make vfio_set_iommu() return bool
Zhenzhong Duan
1
-12
/
+10
2024-05-16
vfio/container: Make vfio_connect_container() return bool
Zhenzhong Duan
1
-11
/
+7
2024-05-16
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
4
-19
/
+19
2024-05-16
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
3
-13
/
+11
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
9
-34
/
+27
2024-05-16
vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
Zhenzhong Duan
1
-3
/
+1
2024-05-16
vfio/pci: Use g_autofree in vfio_realize
Zhenzhong Duan
1
-4
/
+3
2024-05-16
vfio/migration: Enhance VFIO migration state tracing
Avihai Horon
2
-3
/
+8
2024-05-16
vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
Avihai Horon
1
-0
/
+4
2024-05-16
vfio/migration: Emit VFIO migration QAPI event
Avihai Horon
3
-3
/
+59
2024-05-16
qapi/vfio: Add VFIO migration QAPI event
Avihai Horon
4
-0
/
+70
2024-05-16
vfio/pci: migration: Skip config space check for Vendor Specific Information ...
Vinayak Kale
3
-0
/
+28
2024-05-16
vfio/ccw: Make vfio_ccw_register_irq_notifier() return a bool
Cédric Le Goater
1
-11
/
+11
2024-05-16
vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()
Cédric Le Goater
1
-6
/
+3
2024-05-16
vfio/ap: Make vfio_ap_register_irq_notifier() return a bool
Cédric Le Goater
1
-7
/
+8
2024-05-16
vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()
Cédric Le Goater
1
-7
/
+3
2024-05-16
vfio: Also trace event failures in vfio_save_complete_precopy()
Cédric Le Goater
1
-3
/
+0
2024-05-16
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
5
-37
/
+67
2024-05-16
memory: Add Error** argument to memory_get_xlat_addr()
Cédric Le Goater
4
-11
/
+32
2024-05-16
vfio: Reverse test on vfio_get_xlat_addr()
Cédric Le Goater
1
-9
/
+13
2024-05-16
vfio/migration: Add Error** argument to .vfio_save_config() handler
Cédric Le Goater
3
-10
/
+45
2024-05-16
vfio/migration: Add an Error** argument to vfio_migration_set_state()
Cédric Le Goater
1
-29
/
+52
2024-05-16
migration: Extend migration_file_set_error() with Error* argument
Cédric Le Goater
4
-7
/
+9
2024-05-16
vfio: Add Error** argument to vfio_devices_dma_logging_start()
Cédric Le Goater
1
-11
/
+15
2024-05-16
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
4
-9
/
+23
2024-05-16
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu...
Richard Henderson
10
-124
/
+508
2024-05-16
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
3
-8
/
+10
2024-05-16
plugins: extract cpu_index generate
Pierrick Bouvier
1
-13
/
+11
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
4
-84
/
+98
2024-05-16
tests/plugin/inline: add test for conditional callback
Pierrick Bouvier
1
-3
/
+86
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
7
-0
/
+213
2024-05-16
tests/plugin/inline: add test for STORE_U64 inline op
Pierrick Bouvier
1
-4
/
+37
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
4
-2
/
+22
2024-05-16
plugins: extract generate ptr for qemu_plugin_u64
Pierrick Bouvier
1
-9
/
+18
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
3
-6
/
+16
2024-05-16
scripts/update-linux-header.sh: be more src tree friendly
Alex Bennée
1
-39
/
+41
2024-05-16
tests/tcg: don't append QEMU_OPTS for armv6m-undef test
Alex Bennée
1
-1
/
+1
2024-05-15
Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
15
-741
/
+857
2024-05-15
Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
45
-879
/
+887
2024-05-15
target/hppa: Log cpu state on return-from-interrupt
Richard Henderson
1
-0
/
+12
2024-05-15
target/hppa: Log cpu state at interrupt
Richard Henderson
1
-13
/
+14
2024-05-15
target/hppa: Implement CF_PCREL
Richard Henderson
2
-32
/
+55
2024-05-15
target/hppa: Adjust priv for B,GATE at runtime
Richard Henderson
4
-25
/
+47
2024-05-15
target/hppa: Drop tlb_entry return from hppa_get_physical_address
Richard Henderson
4
-20
/
+7
2024-05-15
target/hppa: Implement PSW_X
Richard Henderson
1
-17
/
+25
2024-05-15
target/hppa: Implement PSW_B
Richard Henderson
1
-19
/
+6
2024-05-15
target/hppa: Manage PSW_X and PSW_B in translator
Richard Henderson
2
-3
/
+57
2024-05-15
target/hppa: Split PSW X and B into their own field
Richard Henderson
2
-4
/
+5
2024-05-15
target/hppa: Improve hppa_cpu_dump_state
Richard Henderson
1
-6
/
+54
[next]