Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-15 | x86 hvf cpus: Fix Lesser GPL version number | Chetan Pant | |
There is no "version 2" of the "Lesser" General Public License. It is either "GPL version 2.0" or "Lesser GPL version 2.1". This patch replaces all occurrences of "Lesser GPL version 2" with "Lesser GPL version 2.1" in comment section. Signed-off-by: Chetan Pant <chetan4windows@gmail.com> Message-Id: <20201023124012.20035-1-chetan4windows@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> | |||
2017-12-22 | i386: hvf: cleanup x86_gen.h | Paolo Bonzini | |
This only includes VM_PANIC now. No need to include it from headers. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |