Age | Commit message (Expand) | Author |
2018-12-19 | hw/smbios: Move to the hw/firmware/ subdirectory | Philippe Mathieu-Daudé |
2018-12-19 | hw/smbios: Remove "smbios_ipmi.h" | Philippe Mathieu-Daudé |
2018-12-19 | hw/smbios: Restrict access to "hw/smbios/ipmi.h" | Philippe Mathieu-Daudé |
2018-12-19 | tests: Remove unused include | Philippe Mathieu-Daudé |
2018-12-19 | virtio: Provide version-specific variants of virtio PCI devices | Eduardo Habkost |
2018-12-19 | virtio: Helper for registering virtio device types | Eduardo Habkost |
2018-12-19 | pc:piix4: Update smbus I/O space after a migration | Corey Minyard |
2018-12-19 | pcie: set link state inactive/active after hot unplug/plug | Zheng Xiang |
2018-12-19 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... | Peter Maydell |
2018-12-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ... | Peter Maydell |
2018-12-18 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1... | Peter Maydell |
2018-12-18 | error: Remove NULL checks on error_propagate() calls | Markus Armbruster |
2018-12-18 | vl: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2018-12-18 | i386: hvf: drop debug printf in decode_sldtgroup | Roman Bolshakov |
2018-12-18 | docs/devel/build-system: fix 'softmu' typo | Emilio G. Cota |
2018-12-18 | qapi: fix flat union on uncovered branches conditionals | Marc-André Lureau |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza |
2018-12-18 | qga: update guest-suspend-ram and guest-suspend-hybrid descriptions | Daniel Henrique Barboza |
2018-12-18 | qmp: query-current-machine with wakeup-suspend-support | Daniel Henrique Barboza |
2018-12-18 | qmp: Split ShutdownCause host-qmp into quit and system-reset | Dominik Csapak |
2018-12-18 | qmp: Add reason to SHUTDOWN and RESET events | Dominik Csapak |
2018-12-18 | qapi: Turn ShutdownCause into QAPI enum | Dominik Csapak |
2018-12-17 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1... | Peter Maydell |
2018-12-17 | tests/bios-tables-test: Sanitize test verbose output | Philippe Mathieu-Daudé |
2018-12-17 | tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro | Igor Mammedov |
2018-12-17 | tests: Exit boot-serial-test loop if child dies | Richard Henderson |
2018-12-17 | tests/pxe: Make test independent of global_qtest | Thomas Huth |
2018-12-17 | tests/prom-env: Make test independent of global_qtest | Thomas Huth |
2018-12-17 | tests/machine-none: Make test independent of global_qtest | Thomas Huth |
2018-12-17 | tests/test-filter: Make tests independent of global_qtest | Thomas Huth |
2018-12-17 | tests/boot-serial: Get rid of global_qtest variable | Thomas Huth |
2018-12-17 | tests/pvpanic: Make the pvpanic test independent of global_qtest | Thomas Huth |
2018-12-17 | tests/vmgenid: Make test independent of global_qtest | Thomas Huth |
2018-12-17 | tests/acpi-utils: Drop dependence on global_qtest | Eric Blake |
2018-12-17 | ivshmem-test: Drop dependence on global_qtest | Eric Blake |
2018-12-17 | tests/libqos/pci: Make PCI access functions independent of global_qtest | Thomas Huth |
2018-12-17 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into staging | Peter Maydell |
2018-12-17 | .shippable.yml: disable the win cross tests | Alex Bennée |
2018-12-17 | hardfloat: implement float32/64 comparison | Emilio G. Cota |
2018-12-17 | hardfloat: implement float32/64 square root | Emilio G. Cota |
2018-12-17 | hardfloat: implement float32/64 fused multiply-add | Emilio G. Cota |
2018-12-17 | hardfloat: implement float32/64 division | Emilio G. Cota |
2018-12-17 | hardfloat: implement float32/64 multiplication | Emilio G. Cota |
2018-12-17 | hardfloat: implement float32/64 addition and subtraction | Emilio G. Cota |
2018-12-17 | fpu: introduce hardfloat | Emilio G. Cota |
2018-12-17 | tests/fp: add fp-bench | Emilio G. Cota |
2018-12-17 | softfloat: add float{32,64}_is_zero_or_normal | Emilio G. Cota |
2018-12-17 | softfloat: rename canonicalize to sf_canonicalize | Emilio G. Cota |
2018-12-17 | target/tricore: use float32_is_denormal | Emilio G. Cota |
2018-12-17 | softfloat: add float{32,64}_is_{de,}normal | Emilio G. Cota |