Re: [PATCH v2] i386: Add missing cpu feature bits in EPYC-Rome model

2021-03-03 Thread david.edmondson
On Wednesday, 2021-03-03 at 09:45:30 -06, Babu Moger wrote: > Found the following cpu feature bits missing from EPYC-Rome model. > ibrs: Indirect Branch Restricted Speculation > ssbd: Speculative Store Bypass Disable > > These new features will be added in EPYC-Rome-v2. The -cpu help outpu

Re: [PATCH v2 2/3] migration/ram: Modify ram_save_host_page() to match the comment

2021-03-03 Thread david.edmondson
On Monday, 2021-03-01 at 16:21:31 +08, Kunkun Jiang wrote: > According to the comment, when the host page is a huge page, the > migration_rate_limit() should be executed. If not, this function > can be omitted to save time. > > Signed-off-by: Keqian Zhu > Signed-off-by: Kunkun Jiang Reviewed-by