OSDN Git Service

qmiga/qemu.git
2018-12-19 Eduardo Habkostvirtio: Helper for registering virtio device types
2018-12-19 Corey Minyardpc:piix4: Update smbus I/O space after a migration
2018-12-19 Zheng Xiangpcie: set link state inactive/active after hot unplug...
2018-12-19 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2018-12-19 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-12-18 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2018-12-18 Markus Armbrustererror: Remove NULL checks on error_propagate() calls
2018-12-18 Markus Armbrustervl: Use error_fatal to simplify obvious fatal errors...
2018-12-18 Roman Bolshakovi386: hvf: drop debug printf in decode_sldtgroup
2018-12-18 Emilio G. Cotadocs/devel/build-system: fix 'softmu' typo
2018-12-18 Marc-André... qapi: fix flat union on uncovered branches conditionals
2018-12-18 Daniel Henrique... qmp hmp: Make system_wakeup check wake-up support and...
2018-12-18 Daniel Henrique... qga: update guest-suspend-ram and guest-suspend-hybrid...
2018-12-18 Daniel Henrique... qmp: query-current-machine with wakeup-suspend-support
2018-12-18 Dominik Csapakqmp: Split ShutdownCause host-qmp into quit and system...
2018-12-18 Dominik Csapakqmp: Add reason to SHUTDOWN and RESET events
2018-12-18 Dominik Csapakqapi: Turn ShutdownCause into QAPI enum
2018-12-17 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2018-12-17 Philippe Mathieu... tests/bios-tables-test: Sanitize test verbose output
2018-12-17 Igor Mammedovtests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS...
2018-12-17 Richard Hendersontests: Exit boot-serial-test loop if child dies
2018-12-17 Thomas Huthtests/pxe: Make test independent of global_qtest
2018-12-17 Thomas Huthtests/prom-env: Make test independent of global_qtest
2018-12-17 Thomas Huthtests/machine-none: Make test independent of global_qtest
2018-12-17 Thomas Huthtests/test-filter: Make tests independent of global_qtest
2018-12-17 Thomas Huthtests/boot-serial: Get rid of global_qtest variable
2018-12-17 Thomas Huthtests/pvpanic: Make the pvpanic test independent of...
2018-12-17 Thomas Huthtests/vmgenid: Make test independent of global_qtest
2018-12-17 Eric Blaketests/acpi-utils: Drop dependence on global_qtest
2018-12-17 Eric Blakeivshmem-test: Drop dependence on global_qtest
2018-12-17 Thomas Huthtests/libqos/pci: Make PCI access functions independent...
2018-12-17 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-12-17 Alex Bennée.shippable.yml: disable the win cross tests
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 comparison
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 square root
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 fused multiply-add
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 division
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 multiplication
2018-12-17 Emilio G. Cotahardfloat: implement float32/64 addition and subtraction
2018-12-17 Emilio G. Cotafpu: introduce hardfloat
2018-12-17 Emilio G. Cotatests/fp: add fp-bench
2018-12-17 Emilio G. Cotasoftfloat: add float{32,64}_is_zero_or_normal
2018-12-17 Emilio G. Cotasoftfloat: rename canonicalize to sf_canonicalize
2018-12-17 Emilio G. Cotatarget/tricore: use float32_is_denormal
2018-12-17 Emilio G. Cotasoftfloat: add float{32,64}_is_{de,}normal
2018-12-17 Emilio G. Cotafp-test: pick TARGET_ARM to get its specialization
2018-12-17 Alex BennéeMAINTAINERS: update status of FPU emulation
2018-12-17 Alex Bennéecontrib: add a basic gitdm config
2018-12-17 Emilio G. Cotaxxhash: match output against the original xxhash32
2018-12-17 Emilio G. Cotainclude: move exec/tb-hash-xx.h to qemu/xxhash.h
2018-12-17 Emilio G. Cotaexec: introduce qemu_xxhash{2,4,5,6,7}
2018-12-17 Emilio G. Cotaqht-bench: document -p flag
2018-12-17 Emilio G. Cotatcg: Drop nargs from tcg_op_insert_{before,after}
2018-12-17 Alistair Francistcg/mips: Improve the add2/sub2 command to use TCG_TARG...
2018-12-17 Richard Hendersontcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
2018-12-17 Richard Hendersontcg/optimize: Optimize bswap
2018-12-17 Richard Hendersontcg: Clean up generic bswap64
2018-12-17 Richard Hendersontcg: Clean up generic bswap32
2018-12-17 Richard Hendersontcg/i386: Add setup_guest_base_seg for FreeBSD
2018-12-17 Richard Hendersontcg/i386: Precompute all guest_base parameters
2018-12-17 Richard Hendersontcg/i386: Assume 32-bit values are zero-extended
2018-12-17 Richard Hendersontcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32...
2018-12-17 Richard Hendersontcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path
2018-12-17 Richard Hendersontcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
2018-12-17 Richard Hendersontcg/s390x: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/ppc: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/arm: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/aarch64: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/i386: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg: Return success from patch_reloc
2018-12-17 Richard Hendersontcg/mips: Remove retranslation code
2018-12-17 Richard Hendersontcg/sparc: Remove retranslation code
2018-12-17 Richard Hendersontcg/s390: Remove retranslation code
2018-12-17 Richard Hendersontcg/ppc: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/arm: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/arm: Remove reloc_pc24_atomic
2018-12-17 Richard Hendersontcg/aarch64: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/aarch64: Remove reloc_pc26_atomic
2018-12-17 Richard Hendersontcg/i386: Move TCG_REG_CALL_STACK from define to enum
2018-12-17 Richard Hendersontcg/i386: Always use %ebp for TCG_AREG0
2018-12-17 Richard Hendersontarget/sparc: Remove the constant pool
2018-12-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-12-16 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-12-16 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2018-12-15 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-12-14 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2018-12-14 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-12-14 Eduardo Habkostvirt: Fix broken indentation
2018-12-14 Peter Maydelltarget/arm: Create timers in realize, not init
2018-12-14 Peter Maydelltests/test-arm-mptimer: Don't leak string memory
2018-12-14 Peter Maydellhw/sd/sdhci: Don't leak memory region in sdhci_sysbus_r...
2018-12-14 Peter Maydellhw/arm/mps2-tz.c: Free mscname string in make_dma()
2018-12-14 Peter Maydelltarget/arm: Free name string in ARMCPRegInfo hashtable...
2018-12-14 Peter Maydellinclude/hw/loader.h: Document load_image_size()
2018-12-14 Peter Maydellhw/core/loader.c: Remove load_image()
2018-12-14 Peter Maydelldevice_tree.c: Don't use load_image()
2018-12-14 Peter Maydellhw/block/tc58128.c: Don't use load_image()
2018-12-14 Peter Maydellhw/i386/multiboot.c: Don't use load_image()
2018-12-14 Peter Maydellhw/i386/pc.c: Don't use load_image()
2018-12-14 Peter Maydellhw/pci/pci.c: Don't use load_image()
next