Sign in
qemu
/
qemu
/
cbae0863d60a3708cb2c0647b35ea34b40313246
cbae086
Fix typos in comments (dependancy -> dependency)
by Stefan Weil
· 14 years ago
ebabb67
Fix typo in code and comments
by Stefan Weil
· 14 years ago
3964f53
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
a69fb35
Merge remote-tracking branch 'kraxel/usb.7.pull' into staging
by Anthony Liguori
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
8d4c78e
CPUPhysMemoryClient: Pass guest physical address not region offset
by Alex Williamson
· 14 years ago
c2f42bf
CPUPhysMemoryClient: Fix typo in phys memory client registration
by Alex Williamson
· 14 years ago
602ef4d
pci: Add class 0x403 as 'audio controller'
by Jan Kiszka
· 14 years ago
45fe15c
MSI: Robust resource release
by Jan Kiszka
· 14 years ago
072476e
eepro100: Support 32 bit read/write access to flash register
by Stefan Weil
· 14 years ago
a39bd01
eepro100: Support byte read access to general control register
by Stefan Weil
· 14 years ago
0113f48
eepro100: Support byte/word read/write access to MDI control register
by Stefan Weil
· 14 years ago
27a0500
eepro100: Support byte/word writes to pointer register
by Stefan Weil
· 14 years ago
3fd3d0b
eepro100: Support byte/word writes to port address
by Stefan Weil
· 14 years ago
e5e23ab
eepro100: Fix endianness issues
by Stefan Weil
· 14 years ago
792f1d6
eepro100: Pad received short frames
by Stefan Weil
· 14 years ago
27112f1
eepro100: Remove unused structure element
by Stefan Weil
· 14 years ago
77bee84
eepro100: Remove type casts which are no longer needed
by Stefan Weil
· 14 years ago
1b4f97d
eepro100: Avoid duplicate debug messages
by Stefan Weil
· 14 years ago
ef0bdf7
usb: mass storage fix
by Gerd Hoffmann
· 14 years ago
13a9a0d
usb: move complete callback to port ops
by Gerd Hoffmann
· 14 years ago
5dc1672
musb: get musb state via container_of()
by Gerd Hoffmann
· 14 years ago
9066df1
ohci: get ohci state via container_of()
by Gerd Hoffmann
· 14 years ago
7b5a44c
uhci: keep uhci state pointer in async packet struct.
by Gerd Hoffmann
· 14 years ago
ddf6583
uhci: switch to QTAILQ
by Gerd Hoffmann
· 14 years ago
19f3322
usb: control buffer fixes
by Hans de Goede
· 14 years ago
bb6d549
usb-linux: Add support for buffering iso out usb packets
by Hans de Goede
· 14 years ago
3a4854b
usb-linux: We only need to keep track of 15 endpoints
by Hans de Goede
· 14 years ago
975f299
usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)
by Hans de Goede
· 14 years ago
a0b5fec
usb-linux: Refuse packets for endpoints which are not in the usb descriptor
by Hans de Goede
· 14 years ago
060dc84
usb-linux: Add support for buffering iso usb packets
by Hans de Goede
· 14 years ago
c43831f
usb-linux: Get the alt. setting from sysfs rather then asking the dev
by Hans de Goede
· 14 years ago
ed3a328
usb-linux: introduce a usb_linux_alt_setting function
by Hans de Goede
· 14 years ago
196a778
spice: drop obsolete iothread locking
by Gerd Hoffmann
· 14 years ago
0753609
spice: don't call displaystate callbacks from spice server context.
by Gerd Hoffmann
· 14 years ago
e0c64d0
spice: don't create updates in spice server context.
by Gerd Hoffmann
· 14 years ago
14da834
Make spice dummy functions inline to fix calls not checking return values
by Jes Sorensen
· 14 years ago
d2d979c
NBD: Avoid leaking a couple of strings when the NBD device is closed
by Nick Thomas
· 14 years ago
2ab3cb8
qemu-progress.c: printf isn't signal safe
by Jes Sorensen
· 14 years ago
ab71982
ide/atapi: fix set but unused
by Alon Levy
· 14 years ago
4a737d1
atapi: Explain why we need a 'media not present' state
by Amit Shah
· 14 years ago
a7acf55
atapi: Move comment to proper place
by Amit Shah
· 14 years ago
e80fec7
qemu-img resize: Fix option parsing
by Kevin Wolf
· 14 years ago
57aa265
lm32: add Milkymist Minimac2 support
by Michael Walle
· 14 years ago
f3172a0
milkymist-sysctl: fix timers
by Michael Walle
· 14 years ago
c07050d
milkymist-vgafb: fix console resizing
by Michael Walle
· 14 years ago
ecbe1de
lm32: fix exception handling
by Michael Walle
· 14 years ago
4a04371
kvm: use qemu_free consistently
by Paolo Bonzini
· 14 years ago
51b0c60
fix crash in migration, 32-bit userspace on 64-bit host
by Michael Tokarev
· 14 years ago
aa7f74d
kvm: Install specialized interrupt handler
by Jan Kiszka
· 14 years ago
ec6959d
Redirect cpu_interrupt to callback handler
by Jan Kiszka
· 14 years ago
97ffbd8
Break up user and system cpu_interrupt implementations
by Jan Kiszka
· 14 years ago
450fb75
kvm: create kvmclock when one of the flags are present
by Glauber Costa
· 14 years ago
642258c
kvm: add kvmclock to its second bit
by Glauber Costa
· 14 years ago
e41e0fc
x86: Allow multiple cpu feature matches of lookup_feature
by Jan Kiszka
· 14 years ago
0c31b74
kvm: use kernel-provided para_features instead of statically coming up with new capabilities
by Glauber Costa
· 14 years ago
cd18f05
Don't zero out buffer in sched_getaffinity
by Mike McCormack
· 14 years ago
e95d3bf
Fix buffer overrun in sched_getaffinity
by Mike McCormack
· 14 years ago
6f11f01
linux-user: Fix compilation for "old" linux versions
by Stefan Weil
· 14 years ago
08ab2cc
Merge branch 'patches' of git://qemu.weilnetz.de/git/qemu
by Blue Swirl
· 14 years ago
642cfd4
virtfs: fix build due from rename
by Anthony Liguori
· 14 years ago
71ef18e
Merge remote-tracking branch 'amitshah/for-anthony' into staging
by Anthony Liguori
· 14 years ago
e77976a
Merge remote-tracking branch 'jvrao/for-anthony' into staging
by Anthony Liguori
· 14 years ago
5c1c9bb
virtio-serial: Fix endianness bug in the config space
by Alexey Kardashevskiy
· 14 years ago
da7d998
char: Detect chardev release by NULL handlers as well as NULL opaque
by Amit Shah
· 14 years ago
d5b2716
char: Allow devices to use a single multiplexed chardev.
by Kusanagi Kouichi
· 14 years ago
cd8f7df
spice-chardev: listen to frontend guest open / close
by Hans de Goede
· 14 years ago
0b6d226
virtio-console: notify backend of guest open / close
by Hans de Goede
· 14 years ago
7c32c4f
chardev: Allow frontends to notify backends of guest open / close
by Hans de Goede
· 14 years ago
a7d3970
target-arm: Don't update base register on abort in Thumb T1 LDM
by Peter Maydell
· 14 years ago
5856d44
target-arm: fix LDMIA bug on page boundary
by YuYeon Oh
· 14 years ago
47f7be3
ioapic: Do not set irr for masked edge IRQs
by Jan Kiszka
· 14 years ago
e14ea47
vl.c: Replace -virtfs string manipulation with QemuOpts
by Stefan Hajnoczi
· 14 years ago
4f8dee2
v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.
by Harsh Prateek Bora
· 14 years ago
f35bde2
hw/virtio-9p-local.c: Remove unnecessary null char in symlink file
by Harsh Prateek Bora
· 14 years ago
1d810ae
virtio-9p: Bugfix to send correct iounit
by M. Mohan Kumar
· 14 years ago
a099476
virtio-9p: removexattr on default acl should return 0
by Aneesh Kumar K.V
· 14 years ago
3979251
virtio-9p: Print the pdu details on return
by Aneesh Kumar K.V
· 14 years ago
353ac78
virtio-9p: move 9p files around
by Aneesh Kumar K.V
· 14 years ago
661bfc8
pflash: Restore & fix lazy ROMD switching
by Jan Kiszka
· 14 years ago
70afb8f
darwin-user: Remove unneeded null pointer check
by Stefan Weil
· 14 years ago
aa34808
Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevin
by Aurelien Jarno
· 14 years ago
c6a0487
rtl8139: Fix compilation for w32/w64
by Stefan Weil
· 14 years ago
df6e008
Remove obsolete 'enabled' variable from progress state
by Jes Sorensen
· 14 years ago
a55c73b
Add dd-style SIGUSR1 progress reporting
by Jes Sorensen
· 14 years ago
19dfc44
qed: Fix consistency check on 32-bit hosts
by Stefan Hajnoczi
· 14 years ago
7a2c4b8
ide/atapi: Introduce CHECK_READY flag for commands
by Kevin Wolf
· 14 years ago
e119bca
ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
by Kevin Wolf
· 14 years ago
e1a064f
ide/atapi: Use table instead of switch for commands
by Kevin Wolf
· 14 years ago
a60cf7e
ide/atapi: Factor commands out
by Kevin Wolf
· 14 years ago
33231e0
ide: Split atapi.c out
by Kevin Wolf
· 14 years ago
ff5c52a
Improve accuracy of block migration bandwidth calculation
by Avishay Traeger
· 14 years ago
4b9b709
atapi: Add 'medium ready' to 'medium not ready' transition on cd change
by Amit Shah
· 14 years ago
2f9cba0
qemu-timer: Fix timers for w32
by Stefan Weil
· 14 years ago
cd0544e
qemu-timer: Avoid type casts
by Stefan Weil
· 14 years ago
2821d0f
qemu-timer: Remove unneeded include statement (w32)
by Stefan Weil
· 14 years ago
45c7b37
qemu-timer: Add and use new function qemu_timer_expired_ns
by Stefan Weil
· 14 years ago
9a9d9db
qemu-img: allow rebase to a NULL backing file when unsafe
by Anthony Liguori
· 14 years ago
430a3c1
configure: reenable opengl by default
by Michael Walle
· 14 years ago
de3a354
configure: support target dependent linking
by Michael Walle
· 14 years ago
Next »