diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2012-02-17 18:31:18 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-02-18 12:15:57 +0200 |
commit | 2a2af967b0bc601c9b450c72b95104e67222e5b2 (patch) | |
tree | bca728f6bf9ed5b25d0451c0b838879953338bbd /.gitignore | |
parent | d362e757d35727c915052974086f8687d3557431 (diff) |
kvmvapic: Add option ROM
This imports and builds the original VAPIC option ROM of qemu-kvm.
Its interaction with QEMU is described in the commit that introduces the
corresponding device model.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5aab2cb07..d3b78c3f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ pc-bios/vgabios-pq/status pc-bios/optionrom/linuxboot.bin pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw +pc-bios/optionrom/kvmvapic.bin .stgit-* cscope.* tags |