]> git.proxmox.com Git - mirror_qemu.git/history - tests/unit/test-smp-parse.c
Merge tag 'edk2-stable202302-20230320-pull-request' of https://gitlab.com/kraxel...
[mirror_qemu.git] / tests / unit / test-smp-parse.c
2022-01-03 Richard HendersonMerge tag 'pull-misc-20220103' of https://gitlab.com...
2021-12-31 Richard HendersonMerge tag 'machine-core-20211231' of https://github...
2021-12-31 Yanan Wangtests/unit/test-smp-parse: Keep default MIN/MAX CPUs...
2021-12-31 Yanan Wangtests/unit/test-smp-parse: No need to explicitly zero...
2021-12-31 Yanan Wangtests/unit/test-smp-parse: Add testcases for CPU clusters
2021-12-31 Philippe Mathieu... hw/core: Rename smp_parse() -> machine_parse_smp_config()
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Constify some pointer/struct
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Simplify pointer to compound...
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Add 'smp-generic-valid'...
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Add 'smp-generic-invalid...
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Add 'smp-with-dies' machine...
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Split the 'generic' test...
2021-12-31 Philippe Mathieu... tests/unit/test-smp-parse: Pass machine type as argumen...
2021-12-16 Cédric Le GoaterMerge tag 'qemu-slof-20211112' of github.com:aik/qemu...
2021-11-19 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-11-17 Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2021-11-16 Richard HendersonMerge tag 'pull-block-2021-11-16' of https://gitlab...
2021-11-16 Richard HendersonMerge tag 'machine-core-20211115' of https://github...
2021-11-15 Philippe Mathieu... tests/unit/test-smp-parse: Explicit MachineClass name
2021-11-15 Philippe Mathieu... tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
2021-11-15 Philippe Mathieu... tests/unit/test-smp-parse: Restore MachineClass fields...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/vivier/tags/trivi...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/mcayland/tags...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/alex.williamson...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/philmd/tags/machi...
2021-11-01 Yanan Wangtests/unit: Add an unit test for smp parsing