OSDN Git Service

qmiga/qemu.git
2021-09-07 Philippe Mathieu... util/vfio-helpers: Remove unreachable code in qemu_vfio...
2021-09-07 Philippe Mathieu... util/vfio-helpers: Replace qemu_mutex_lock() calls...
2021-09-07 Philippe Mathieu... util/vfio-helpers: Let qemu_vfio_verify_mappings()...
2021-09-07 Philippe Mathieu... block/nvme: Use safer trace format string
2021-09-05 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-09-04 Jason Wangvhost-vdpa: remove the unncessary queue_index assignment
2021-09-04 Jason Wangvhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
2021-09-04 Jason Wangvhost-vdpa: tweak the error label in vhost_vdpa_add()
2021-09-04 Jason Wangvhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()
2021-09-04 Jason Wangvhost-vdpa: don't cleanup twice in vhost_vdpa_add()
2021-09-04 Jason Wangvhost-vdpa: remove the unnecessary check in vhost_vdpa_...
2021-09-04 Jason Wangvhost_net: do not assume nvqs is always 2
2021-09-04 Jason Wangvhost: use unsigned int for nvqs
2021-09-04 Jason Wangvhost_net: remove the meaningless assignment in vhost_n...
2021-09-04 Jason Wangvhost-vdpa: correctly return err in vhost_vdpa_set_back...
2021-09-04 Jason Wangvhost-vdpa: remove unused variable "acked_features"
2021-09-04 Peter Maydelltests/vhost-user-bridge.c: Fix typo in help message
2021-09-04 Peter Maydelltests/vhost-user-bridge.c: Sanity check socket path...
2021-09-04 Yuwei Zhanghw/virtio: Add flatview update in vhost_user_cleanup()
2021-09-04 Philippe Mathieu... hw/virtio: Remove NULL check in virtio_free_region_cache()
2021-09-04 Philippe Mathieu... hw/virtio: Document virtio_queue_packed_empty_rcu is...
2021-09-04 Ani SinhaMAINTAINERS: Added myself as a reviewer for acpi/smbios...
2021-09-04 Ani Sinhahw/acpi: use existing references to pci device struct...
2021-09-04 Ani Sinhahw/pci: remove all references to find_i440fx function
2021-09-04 Jingqi Liuhw/i386/acpi-build: Get NUMA information from struct...
2021-09-04 Jason Wangvhost: correctly detect the enabling IOMMU
2021-09-04 Jason Wangvirtio-pci: implement iommu_enabled()
2021-09-04 Jason Wangvirtio-bus: introduce iommu_enabled()
2021-09-04 David Hildenbrandvirtio-balloon: free page hinting cleanups
2021-09-04 David Hildenbrandvirtio-balloon: don't start free page hinting if postco...
2021-09-04 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-09-04 Eduardo HabkostUse PCI_HOST_BRIDGE macro
2021-09-04 Eduardo Habkostacpi: Delete broken ACPI_GED_X86 macro
2021-09-04 Alyssa Rossvhost-user: add missing space in error message
2021-09-04 Tiberiu Georgescuhw/virtio: move vhost_set_backend_type() to vhost.c
2021-09-04 Ani Sinhahw/acpi: refactor acpi hp modules so that targets can...
2021-09-04 Gerd Hoffmannq35: catch invalid cpu hotplug configuration
2021-09-04 Ani Sinhahw/acpi: define PIIX4 acpi pci hotplug property strings...
2021-09-04 Denis Plotnikovvhost: make SET_VRING_ADDR, SET_FEATURES send replies
2021-09-04 Yajun Wuhw/virtio: Fix leak of host-notifier memory-region
2021-09-04 Eugenio Pérezvhost-vdpa: Do not send empty IOTLB update batches
2021-09-03 Markus Armbrusterqapi: Tweak error messages for unknown / conflicting...
2021-09-03 Markus Armbrusterqapi: Tweak error messages for missing / conflicting...
2021-09-03 Markus Armbrustertests/qapi-schema: Hide OrderedDict in test output
2021-09-03 Markus Armbrusterqapi: Use re.fullmatch() where appropriate
2021-09-03 Markus Armbrusterqapi: Use "not COND" instead of "!COND" for generated...
2021-09-03 Markus Armbrusterqapi: Avoid redundant parens in code generated for...
2021-09-03 Markus Armbrusterqapi: Factor common recursion out of cgen_ifcond()...
2021-09-03 Markus Armbrusterqapi: Fix C code generation for 'if'
2021-09-03 Markus Armbrustertests/qapi-schema: Demonstrate broken C code for 'if'
2021-09-03 Markus Armbrustertests/qapi-schema: Correct two 'if' conditionals
2021-09-03 Markus Armbrusterqapi: Simplify how QAPISchemaIfCond represents "no...
2021-09-03 Markus Armbrusterqapi: Simplify QAPISchemaIfCond's interface for generat...
2021-09-03 Guoyi Tuqapi: Set boolean value correctly in examples
2021-09-03 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-09-03 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2021-09-02 Peter MaydellMerge remote-tracking branch 'remotes/a1xndr/tags/fuzz...
2021-09-02 Peter MaydellMerge remote-tracking branch 'remotes/hreitz/tags/pull...
2021-09-02 Christian Schoenebeck9pfs: fix crash in v9fs_walk()
2021-09-02 Christian Schoenebeckhw/9pfs: use g_autofree in v9fs_walk() where possible
2021-09-02 Christian Schoenebeckhw/9pfs: avoid 'path' copy in v9fs_walk()
2021-09-02 Mahmoud Mandourdocs/devel: be consistent about example plugin names
2021-09-02 Mahmoud Mandourdocs/deprecated: deprecate passing plugin args through...
2021-09-02 Mahmoud Mandourtests/plugins/syscalls: adhere to new arg-passing scheme
2021-09-02 Mahmoud Mandourtests/plugins/mem: introduce "track" arg and make args...
2021-09-02 Mahmoud Mandourtests/plugins/insn: made arg inline not positional...
2021-09-02 Mahmoud Mandourtests/plugins/bb: adapt to the new arg passing scheme
2021-09-02 Mahmoud Mandourdocs/tcg-plugins: new passing parameters scheme for...
2021-09-02 Mahmoud Mandourplugins/howvec: adapting to the new argument passing...
2021-09-02 Mahmoud Mandourplugins/hwprofile: adapt to the new plugin arguments...
2021-09-02 Mahmoud Mandourplugins/lockstep: make socket path not positional ...
2021-09-02 Mahmoud Mandourplugins/hotblocks: Added correct boolean argument parsing
2021-09-02 Mahmoud Mandourplugins/hotpages: introduce sortby arg and parsed bool...
2021-09-02 Mahmoud Mandourplugins/api: added a boolean parsing plugin api
2021-09-02 Mahmoud Mandourplugins: allow plugin arguments to be passed directly
2021-09-02 Mahmoud Mandourdocs/devel/tcg-plugins: added cores arg to cache plugin
2021-09-02 Alex Bennéeplugins: sort exported symbol list
2021-09-02 Mahmoud Mandourplugins/cache: supported multicore cache modelling
2021-09-02 Paolo Bonziniplugins: do not limit exported symbols if modules are...
2021-09-02 Thomas Huthgitlab-ci: Fix ..._RUNNER_AVAILABLE variables and docum...
2021-09-02 Thomas Huthgitlab-ci: Remove superfluous "dnf install" statement
2021-09-02 Thomas Huthgitlab-ci: Merge "build-disabled" with "build-without...
2021-09-02 Mahmoud Mandourplugins/execlog: removed unintended "s" at the end...
2021-09-02 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2021-09-01 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-09-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2021-09-01 Viktor Prutyanovblock/file-win32: add reopen handlers
2021-09-01 Fabrice Fontaineblock/export/fuse.c: fix fuse-lseek on uclibc or musl
2021-09-01 Vladimir Sementsov... block/block-copy: block_copy_state_new(): drop extra...
2021-09-01 Vladimir Sementsov... iotests/image-fleecing: add test-case for copy-before...
2021-09-01 Vladimir Sementsov... iotests/image-fleecing: prepare for adding new test...
2021-09-01 Vladimir Sementsov... iotests/image-fleecing: rename tgt_node
2021-09-01 Vladimir Sementsov... iotests/image-fleecing: proper source device
2021-09-01 Vladimir Sementsov... iotests.py: hmp_qemu_io: support qdev
2021-09-01 Vladimir Sementsov... iotests: move 222 to tests/image-fleecing
2021-09-01 Vladimir Sementsov... iotests/222: constantly use single quotes for strings
2021-09-01 Vladimir Sementsov... iotests/222: fix pylint and mypy complains
2021-09-01 Vladimir Sementsov... python:QEMUMachine: template typing for self returning...
2021-09-01 Vladimir Sementsov... python/qemu/machine: QEMUMachine: improve qmp() method
2021-09-01 Vladimir Sementsov... python/qemu/machine.py: refactor _qemu_args()
next