OSDN Git Service

qmiga/qemu.git
2020-01-02 Marc-André... osdep: add qemu_unlink()
2020-01-02 Marc-André... screendump: replace FILE with QIOChannel and fix close...
2020-01-02 Marc-André... object: add g_autoptr support
2020-01-02 Marc-André... ui: add pixman image g_autoptr support
2020-01-02 Marc-André... ppm-save: pass opened fd
2020-01-02 Marc-André... console: add graphic_hw_update_done()
2019-12-20 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2019-12-20 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2019-12-20 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2019-12-20 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2019-12-19 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-12-19 Alex Bennéetests/tcg: ensure we re-configure if configure.sh is...
2019-12-19 Alex Bennéetrace: replace hand-crafted pattern_glob with g_pattern...
2019-12-19 Alex Bennéelinux-user: convert target_munmap debug to a tracepoint
2019-12-19 Alex Bennéelinux-user: log page table changes under -d page
2019-12-19 Alex Bennéelinux-user: add target_mmap_complete tracepoint
2019-12-19 Alex Bennéelinux-user: convert target_mmap debug to tracepoint
2019-12-19 Alex Bennéelinux-user: convert target_mprotect debug to tracepoint
2019-12-19 Thomas Huthtravis.yml: Remove the redundant clang-with-MAIN_SOFTMM...
2019-12-19 Paolo Bonzinidocker: gtester is no longer used
2019-12-18 Robert FoleyAdded tests for close and change of logfile.
2019-12-18 Robert FoleyAdd use of RCU for qemu_logfile.
2019-12-18 Robert Foleyqemu_log_lock/unlock now preserves the qemu_logfile...
2019-12-18 Robert FoleyAdd a mutex to guarantee single writer to qemu_logfile...
2019-12-18 Robert FoleyCleaned up flow of code in qemu_set_log(), to simplify...
2019-12-18 Robert FoleyFix double free issue in qemu_set_log_filename().
2019-12-18 Paolo Bonzinici: build out-of-tree
2019-12-18 Thomas Huthtravis.yml: Enable builds on arm64, ppc64le and s390x
2019-12-18 Thomas Huthtests/test-util-filemonitor: Skip test on non-x86 Travi...
2019-12-18 Thomas Huthtests/hd-geo-test: Skip test when images can not be...
2019-12-18 Thomas Huthiotests: Skip test 079 if it is not possible to create...
2019-12-18 Thomas Huthiotests: Skip test 060 if it is not possible to create...
2019-12-18 Thomas Huthiotests: Provide a function for checking the creation...
2019-12-18 Thomas Huthtravis.yml: Run tcg tests with tci
2019-12-18 Wainer dos... tests/vm: Allow to set qemu-img path
2019-12-18 Alex Bennéeconfigure: allow disable of cross compilation containers
2019-12-18 Janosch Franks390x: Properly fetch and test the short psw on diag308...
2019-12-18 Cornelia Huckpc-bios/s390: Update firmware images
2019-12-18 Janosch Frankpc-bios/s390x: Fix reset psw mask
2019-12-18 Thomas Huthtests/boot-sector: Fix the bad s390x assembler code
2019-12-18 Thomas Huthqemu-doc: Remove the unused "Guest Agent" node
2019-12-18 Richard Hendersontarget/s390x: Implement LOAD/STORE TO REAL ADDRESS...
2019-12-18 Richard Hendersontarget/s390x: Split out helper_per_store_real
2019-12-18 Han HanRevert "qemu-options.hx: Update for reboot-timeout...
2019-12-18 Thomas Huthtarget/sparc: Remove old TODO file
2019-12-18 Markus Armbrustertest-keyval: Tighten test of trailing crap after size
2019-12-18 Markus Armbrusterutil/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
2019-12-18 Yury Kotovmonitor: Remove unused define
2019-12-18 Philippe Mathieu... MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section
2019-12-18 Vladimir Sementsov... nbd: assert that Error** is not NULL in nbd_iter_channe...
2019-12-18 Vladimir Sementsov... hw/vfio/ap: drop local_err from vfio_ap_realize
2019-12-18 Vladimir Sementsov... backends/cryptodev: drop local_err from cryptodev_backe...
2019-12-18 Vladimir Sementsov... include/qom/object.h: rename Error ** parameter to...
2019-12-18 Vladimir Sementsov... hw/usb: rename Error ** parameter to more common errp
2019-12-18 Vladimir Sementsov... hw/tpm: rename Error ** parameter to more common errp
2019-12-18 Vladimir Sementsov... hw/sd: drop extra whitespace in sdhci_sysbus_realize...
2019-12-18 Vladimir Sementsov... hw/s390x: rename Error ** parameter to more common...
2019-12-18 Vladimir Sementsov... monitor/qmp-cmds: rename Error ** parameter to more...
2019-12-18 Vladimir Sementsov... qga: rename Error ** parameter to more common errp
2019-12-18 Vladimir Sementsov... hw/i386/amd_iommu: rename Error ** parameter to more...
2019-12-18 Vladimir Sementsov... block/snapshot: rename Error ** parameter to more commo...
2019-12-18 Vladimir Sementsov... hw/core/qdev: cleanup Error ** variables
2019-12-18 Vladimir Sementsov... 9pfs: make Error **errp const where it is appropriate
2019-12-18 Vladimir Sementsov... ppc: make Error **errp const where it is appropriate
2019-12-18 Markus ArmbrusterRevert "ppc: well form kvmppc_hint_smt_possible error...
2019-12-18 Vladimir Sementsov... qdev-monitor: make Error **errp const where it is appro...
2019-12-18 Vladimir Sementsov... vnc: drop Error pointer indirection in vnc_client_io_error
2019-12-18 Vladimir Sementsov... hmp: drop Error pointer indirection in hmp_handle_error
2019-12-18 Vladimir Sementsov... error: make Error **errp const where it is appropriate
2019-12-18 Vladimir Sementsov... net/net: Clean up variable shadowing in net_client_init()
2019-12-18 Markus Armbrustertests-blockjob: Use error_free_or_abort()
2019-12-18 Markus Armbrusterhw/intc/s390: Simplify error handling in kvm_s390_flic_...
2019-12-18 Markus Armbrustererror: Clean up unusual names of Error * variables
2019-12-18 Markus Armbrustermemory-device: Fix memory pre-plug error API violations
2019-12-18 Markus Armbrusterqga: Fix guest-get-fsinfo error API violations
2019-12-18 Markus Armbrusterhw/ipmi: Fix realize() error API violations
2019-12-18 Markus Armbrusterhw/core: Fix fit_load_fdt() error API violations
2019-12-18 Markus Armbrusterhw/acpi: Fix legacy CPU plug error API violations
2019-12-18 Markus Armbrusterexec: Fix file_ram_alloc() error API violations
2019-12-18 Markus Armbrustertests: Clean up initialization of Error *err variables
2019-12-18 Markus Armbrusterio: Fix Error usage in a comment <example>
2019-12-18 Markus Armbrustercrypto: Fix typo in QCryptoTLSSession's <example> comment
2019-12-18 Markus Armbrustercrypto: Fix certificate file error handling crash bug
2019-12-18 Markus Armbrustererror: Fix -msg timestamp default
2019-12-18 Paolo Bonzinivga: cleanup mapping of VRAM for non-PCI VGA
2019-12-18 Thomas Huthhw/display: Remove "rombar" hack from vga-pci and vmwar...
2019-12-18 Thomas Huthhw/pci: Remove the "command_serr_enable" property
2019-12-18 Thomas Huthhw/audio: Remove the "use_broken_id" hack from the...
2019-12-18 Thomas Huthhw/i386: Remove the deprecated machines 0.12 up to...
2019-12-18 Philippe Mathieu... hw/pci-host: Add Kconfig entry to select the IGD Passth...
2019-12-18 Philippe Mathieu... hw/pci-host/i440fx: Extract the IGD passthrough host...
2019-12-18 Philippe Mathieu... hw/pci-host/i440fx: Use definitions instead of magic...
2019-12-18 Philippe Mathieu... hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()
2019-12-18 Philippe Mathieu... hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci...
2019-12-18 Philippe Mathieu... hw/pci-host/i440fx: Correct the header description
2019-12-18 Cameron EsfahaniFix some comment spelling errors.
2019-12-18 Eiichi Tsukatatarget/i386: remove unused pci-assign codes
2019-12-18 Sunil MuthuswamyWHPX: refactor load library
2019-12-18 Wei Yangmigration: check length directly to make sure the range...
2019-12-18 Paolo Bonzinimemory: include MemoryListener documentation and some...
next