Age | Commit message (Expand) | Author |
2020-11-02 | Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging | Peter Maydell |
2020-10-27 | hw/core/ptimer: Support ptimer being disabled by timer callback | Peter Maydell |
2020-10-27 | hw/core/clock: trace clock values in Hz instead of ns | Luc Michel |
2020-10-27 | hw/block/nvme: change controller pci id | Klaus Jensen |
2020-10-26 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-10-26 | machine: move SMP initialization from vl.c | Paolo Bonzini |
2020-10-26 | machine: move UP defaults to class_base_init | Paolo Bonzini |
2020-10-26 | machine: remove deprecated -machine enforce-config-section option | Paolo Bonzini |
2020-10-23 | block: move logical block size check function to a common utility function | Coiby Xu |
2020-10-22 | hw/core/qdev-clock: add a reference on aliased clocks | Luc Michel |
2020-10-19 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ... | Peter Maydell |
2020-10-16 | hw/core/clock: Add the clock_new helper function | Luc Michel |
2020-10-16 | hw/qdev-clock: Display error hint when clock is missing from device | Philippe Mathieu-Daudé |
2020-10-14 | cpu: Introduce CPU model deprecation API | Robert Hoo |
2020-10-12 | device-core: use atomic_set on .realized property | Maxim Levitsky |
2020-10-12 | device-core: use RCU for list of children of a bus | Maxim Levitsky |
2020-10-12 | qdev: add "check if address free" callback for buses | Paolo Bonzini |
2020-10-12 | hw/core: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé |
2020-10-09 | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf |
2020-10-08 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-10-06 | numa: hmat: require parent cache description before the next level one | Igor Mammedov |
2020-10-06 | hw/core/cpu: Add missing 'exec/cpu-common.h' include | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Extract system-mode specific properties | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Export some integer-related functions | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Export qdev_prop_enum | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Export enum-related functions | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Fix code style | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr() | Philippe Mathieu-Daudé |
2020-10-06 | hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler | Philippe Mathieu-Daudé |
2020-10-05 | cpus: add handle_interrupt to the CpusAccel interface | Claudio Fontana |
2020-10-05 | cpus: prepare new CpusAccel cpu accelerator interface | Claudio Fontana |
2020-10-05 | cpu-timers, icount: new modules | Claudio Fontana |
2020-09-30 | numa: remove fixup numa_state->num_nodes to MAX_NODES | Igor Mammedov |
2020-09-30 | numa: drop support for '-numa node' (without memory specified) | Igor Mammedov |
2020-09-29 | qapi: Restrict LostTickPolicy enum to machine code | Philippe Mathieu-Daudé |
2020-09-29 | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella |
2020-09-29 | cphp: remove deprecated cpu-add command(s) | Igor Mammedov |
2020-09-25 | core/register: Specify instance_size in the TypeInfo | Alistair Francis |
2020-09-24 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-22 | machine: Register "memory-backend" as class property | Eduardo Habkost |
2020-09-22 | smp: drop support for deprecated (invalid topologies) | Igor Mammedov |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-08 | target/arm: Move setting of CPU halted state to generic code | Thiago Jung Bauermann |
2020-09-01 | hw/core/sysbus: Assert memory region index is in range | Philippe Mathieu-Daudé |
2020-09-01 | hw/core/sysbus: Fix a typo | Philippe Mathieu-Daudé |
2020-08-28 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'... | Peter Maydell |
2020-08-28 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-08-28 | hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealize | Philippe Mathieu-Daudé |