Age | Commit message (Expand) | Author |
2019-01-23 | tests/Makefile: add floating point tests | Alex Bennée |
2019-01-22 | include/fpu/softfloat: Fix compilation with Clang on s390x | Thomas Huth |
2019-01-22 | softfloat: enforce softfloat if the host's FMA is broken | Emilio G. Cota |
2019-01-22 | tests/fp/platform.h: include config-host.h | Emilio G. Cota |
2019-01-22 | fp-test: fix signature of slow_clear_flags and qemu_clear_flags | Emilio G. Cota |
2019-01-22 | tests/fp/Makefile: do not use gcc-only -W flags | Emilio G. Cota |
2019-01-22 | berkeley-testfloat-3: pull changes | Emilio G. Cota |
2019-01-22 | fp-bench: remove wrong exponent raise in fill_random | Emilio G. Cota |
2019-01-22 | fp-bench: fix update_random_ops | Emilio G. Cota |
2019-01-22 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st... | Peter Maydell |
2019-01-22 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-01-2... | Peter Maydell |
2019-01-22 | tests: remove rule for nonexisting qdev-monitor-test | Paolo Bonzini |
2019-01-22 | tests/hexloader-test: Don't pass -nographic to the QEMU under test | Peter Maydell |
2019-01-22 | configure: Force the C standard to gnu99 | Thomas Huth |
2019-01-22 | seccomp: Work-around GCC 4.x bug in gnu99 mode | Thomas Huth |
2019-01-22 | block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 mode | Thomas Huth |
2019-01-22 | linux-user: Fix compilation with clang 3.4 | Thomas Huth |
2019-01-22 | virtio-net: Fix VirtIONet typedef redefinition | Philippe Mathieu-Daudé |
2019-01-22 | ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode | Thomas Huth |
2019-01-22 | ppc: Move spapr-related prototypes from xics.h into a seperate header file | Thomas Huth |
2019-01-22 | ui/console: Remove PixelFormat from qemu/typedefs.h | Philippe Mathieu-Daudé |
2019-01-22 | ui/console: Remove MouseTransformInfo from qemu/typedefs.h | Philippe Mathieu-Daudé |
2019-01-22 | ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | ui/console: Remove QemuDmaBuf from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | audio: Remove AudioState from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/i386: Remove PCMachineClass from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/char/serial: Remove SerialState from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/bt: Remove HCIInfo from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | hw/input/ps2: Remove PS2State from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2019-01-22 | tests/pnv-xscom: Make test independent of global_qtest | Thomas Huth |
2019-01-22 | tests/boot-order: Make test independent of global_qtest | Thomas Huth |
2019-01-22 | tests/endianesss: Make test independent of global_qtest | Thomas Huth |
2019-01-22 | tests/Makefile: Use some more CONFIG switches for ppc tests | Thomas Huth |
2019-01-22 | tests/Makefile: Use some more CONFIG switches for x86 tests | Thomas Huth |
2019-01-21 | iotests: Enhance 223, 233 to cover 'qemu-nbd --list' | Eric Blake |
2019-01-21 | nbd/client: Work around 3.0 bug for listing meta contexts | Eric Blake |
2019-01-21 | qemu-nbd: Add --list option | Eric Blake |
2019-01-21 | nbd/client: Add meta contexts to nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Add nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFO | Eric Blake |
2019-01-21 | nbd/client: Pull out oldstyle size determination | Eric Blake |
2019-01-21 | nbd/client: Split handshake into two functions | Eric Blake |
2019-01-21 | nbd/client: Refactor return of nbd_receive_negotiate() | Eric Blake |
2019-01-21 | nbd/client: Split out nbd_receive_one_meta_context() | Eric Blake |
2019-01-21 | nbd/client: Split out nbd_send_meta_query() | Eric Blake |
2019-01-21 | nbd/client: Change signature of nbd_negotiate_simple_meta_context() | Eric Blake |
2019-01-21 | nbd/client: Move export name into NBDExportInfo | Eric Blake |