projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec1ce0
)
cirrus_vga: CIRRUS_HOOK_* is not used anymore
author
Juan Quintela
<quintela@redhat.com>
Mon, 31 Aug 2009 14:07:33 +0000
(16:07 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 9 Sep 2009 19:55:16 +0000
(14:55 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/cirrus_vga.c
patch
|
blob
|
history
diff --git
a/hw/cirrus_vga.c
b/hw/cirrus_vga.c
index 0ef8452d14fcd8dba0ad49d8ce1bff24e516febe..5cdb11f9cbaef5046ed042dc505e11e3aaa5ee18 100644
(file)
--- a/
hw/cirrus_vga.c
+++ b/
hw/cirrus_vga.c
@@
-208,11
+208,6
@@
#define CIRRUS_PNPMMIO_SIZE 0x1000
-
-/* I/O and memory hook */
-#define CIRRUS_HOOK_NOT_HANDLED 0
-#define CIRRUS_HOOK_HANDLED 1
-
#define ABS(a) ((signed)(a) > 0 ? a : -a)
#define BLTUNSAFE(s) \