summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-08-28 15:27:05 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:29 -0500
commit6b8d1ece705752cb0214fb89ccd3925eddc62df8 (patch)
tree450e655a60e90b51cb6cdbcf919dd8f8e229dd2e /Makefile
parent5a1a2356490399c9b7eb850f9065af554b18cfd1 (diff)
downloadhqemu-6b8d1ece705752cb0214fb89ccd3925eddc62df8.zip
hqemu-6b8d1ece705752cb0214fb89ccd3925eddc62df8.tar.gz
Introduce QInt
QInt is a high-level data type that can be used to represent integers, internally it stores an int64_t value. The following functions are available: - qint_from_int() Create a new QInt - qint_get_int() Get the stored integer Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdac9b3..9bf5fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ obj-y += buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
obj-y += qemu-char.o aio.o net-checksum.o savevm.o
obj-y += msmouse.o ps2.o
obj-y += qdev.o qdev-properties.o ssi.o
+obj-y += qint.o
obj-$(CONFIG_BRLAPI) += baum.o
obj-$(CONFIG_WIN32) += tap-win32.o
OpenPOWER on IntegriCloud