diff options
author | Anthony Liguori | 2012-12-18 22:41:43 +0100 |
---|---|---|
committer | Anthony Liguori | 2012-12-18 22:41:43 +0100 |
commit | 914606d26e654d4c01bd5186f4d05e3fd445e219 (patch) | |
tree | c7f26d5e4b520b623e91c1b7ceffa6e4800bcc8e /hw/vmmouse.c | |
parent | Merge remote-tracking branch 'amit/master' into staging (diff) | |
parent | configure: Earlier pkg-config probe (diff) | |
download | qemu-914606d26e654d4c01bd5186f4d05e3fd445e219.tar.gz qemu-914606d26e654d4c01bd5186f4d05e3fd445e219.tar.xz qemu-914606d26e654d4c01bd5186f4d05e3fd445e219.zip |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
configure: Earlier pkg-config probe
vmmouse_reset(): remove minimal code duplication
linux-user/syscall.c: remove wrong forward decl of setgroups()
fix build error on ARM due to wrong glibc check
gitignore: Add virtfs-proxy-helper
arm_gic: Add cpu nr to Raised IRQ message
zynq_slcr: Compile time warning fixes.
pflash_cfi0x: Send debug messages to stderr
pflash_cfi01: qemu_log_mask "unimplemented" msg
net, hub: fix the indent in the comments
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vmmouse.c')
-rw-r--r-- | hw/vmmouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vmmouse.c b/hw/vmmouse.c index 6338efa1c3..578122c9f5 100644 --- a/hw/vmmouse.c +++ b/hw/vmmouse.c @@ -252,7 +252,6 @@ static void vmmouse_reset(DeviceState *d) { VMMouseState *s = container_of(d, VMMouseState, dev.qdev); - s->status = 0xffff; s->queue_size = VMMOUSE_QUEUE_SIZE; vmmouse_disable(s); |