2018-12-17 |
Peter Maydell | Merge remote-tracking branch 'remotes/stsquad/tags... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Alex Bennée | .shippable.yml: disable the win cross tests |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 comparison |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 square root |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 fused multiply-add |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 division |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 multiplication |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | hardfloat: implement float32/64 addition and subtraction |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | fpu: introduce hardfloat |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | tests/fp: add fp-bench |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | softfloat: add float{32,64}_is_zero_or_normal |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | softfloat: rename canonicalize to sf_canonicalize |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | target/tricore: use float32_is_denormal |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | softfloat: add float{32,64}_is_{de,}normal |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | fp-test: pick TARGET_ARM to get its specialization |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Alex Bennée | MAINTAINERS: update status of FPU emulation |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Alex Bennée | contrib: add a basic gitdm config |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | xxhash: match output against the original xxhash32 |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | include: move exec/tb-hash-xx.h to qemu/xxhash.h |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | exec: introduce qemu_xxhash{2,4,5,6,7} |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | qht-bench: document -p flag |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Emilio G. Cota | tcg: Drop nargs from tcg_op_insert_{before,after} |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Alistair Francis | tcg/mips: Improve the add2/sub2 command to use TCG_TARG... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/optimize: Optimize bswap |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg: Clean up generic bswap64 |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg: Clean up generic bswap32 |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Add setup_guest_base_seg for FreeBSD |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Precompute all guest_base parameters |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Assume 32-bit values are zero-extended |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/s390x: Return false on failure from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/ppc: Return false on failure from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/arm: Return false on failure from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/aarch64: Return false on failure from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Return false on failure from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg: Return success from patch_reloc |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/mips: Remove retranslation code |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/sparc: Remove retranslation code |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/s390: Remove retranslation code |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/ppc: Fold away "noaddr" branch routines |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/arm: Fold away "noaddr" branch routines |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/arm: Remove reloc_pc24_atomic |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/aarch64: Fold away "noaddr" branch routines |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/aarch64: Remove reloc_pc26_atomic |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Move TCG_REG_CALL_STACK from define to enum |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | tcg/i386: Always use %ebp for TCG_AREG0 |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Richard Henderson | target/sparc: Remove the constant pool |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Peter Maydell | Merge remote-tracking branch 'remotes/pmaydell/tags... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Peter Maydell | Merge remote-tracking branch 'remotes/kevin/tags/for... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/usb... |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Peter Maydell | Merge remote-tracking branch 'remotes/armbru/tags/pull... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | Merge remote-tracking branch 'remotes/gkurz/tags/for... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | Merge remote-tracking branch 'remotes/pmaydell/tags... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Eduardo Habkost | virt: Fix broken indentation |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | target/arm: Create timers in realize, not init |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | tests/test-arm-mptimer: Don't leak string memory |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_r... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/arm/mps2-tz.c: Free mscname string in make_dma() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | target/arm: Free name string in ARMCPRegInfo hashtable... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | include/hw/loader.h: Document load_image_size() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/core/loader.c: Remove load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | device_tree.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/block/tc58128.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/i386/multiboot.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/i386/pc.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/pci/pci.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/smbios/smbios.c: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/ppc/ppc405_boards: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | hw/ppc/mac_newworld, mac_oldworld: Don't use load_image() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | elf_ops.h: Use address_space_write() to write memory |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | monitor: Use address_space_read() to read memory |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | disas.c: Use address_space_read() to read memory |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | Rename cpu_physical_memory_write_rom() to address_space... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | exec.c: Rename cpu_physical_memory_write_rom_internal() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Peter Maydell | scripts/checkpatch.pl: Enforce multiline comment syntax |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Stefan Hajnoczi | block/mirror: add missing coroutine_fn annotations |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Christian Borntraeger | iotests: make 235 work on s390 (and others) |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Assert that flags are up-to-date in bdrv_reopen_... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Remove assertions from update_flags_from_options() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Stop passing flags to bdrv_reopen_queue_child() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Remove flags parameter from bdrv_reopen_queue() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Clean up reopen_backing_file() in block/replicat... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | qemu-io: Put flag changes in the options QDict in reope... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Drop bdrv_reopen() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in the mirror... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in external_snap... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in qmp_change_ba... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in stream_start... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in bdrv_commit() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in commit_start... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Use bdrv_reopen_set_read_only() in bdrv_backing_... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Alberto Garcia | block: Add bdrv_reopen_set_read_only() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Kevin Wolf | file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Kevin Wolf | file-posix: Switch to .bdrv_co_ioctl |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Kevin Wolf | file-posix: Remove paio_submit_co() |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Kevin Wolf | file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE |
commit | commitdiff | tree | snapshot |
next |