Age | Commit message (Expand) | Author |
2011-06-12 | eepro100: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | usb-uhci: convert to PCIDEviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | pci: move ids of config space into PCIDeviceInfo | Isaku Yamahata |
2011-06-12 | CPUPhysMemoryClient: batch addresses in catchup | Alex Williamson |
2011-05-16 | ich/ahci: fix uninitialized memory use | Michael S. Tsirkin |
2011-05-05 | Merge remote branch 'origin/master' into pci | Michael S. Tsirkin |
2011-05-05 | CPUPhysMemoryClient: Pass guest physical address not region offset | Alex Williamson |
2011-05-05 | CPUPhysMemoryClient: Fix typo in phys memory client registration | Alex Williamson |
2011-05-05 | pci: Add class 0x403 as 'audio controller' | Jan Kiszka |
2011-05-05 | MSI: Robust resource release | Jan Kiszka |
2011-05-05 | eepro100: Support 32 bit read/write access to flash register | Stefan Weil |
2011-05-05 | eepro100: Support byte read access to general control register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word read/write access to MDI control register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word writes to pointer register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word writes to port address | Stefan Weil |
2011-05-05 | eepro100: Fix endianness issues | Stefan Weil |
2011-05-05 | eepro100: Pad received short frames | Stefan Weil |
2011-05-05 | eepro100: Remove unused structure element | Stefan Weil |
2011-05-05 | eepro100: Remove type casts which are no longer needed | Stefan Weil |
2011-05-05 | eepro100: Avoid duplicate debug messages | Stefan Weil |
2011-05-03 | NBD: Avoid leaking a couple of strings when the NBD device is closed | Nick Thomas |
2011-05-03 | qemu-progress.c: printf isn't signal safe | Jes Sorensen |
2011-05-03 | ide/atapi: fix set but unused | Alon Levy |
2011-05-03 | atapi: Explain why we need a 'media not present' state | Amit Shah |
2011-05-03 | atapi: Move comment to proper place | Amit Shah |
2011-05-03 | qemu-img resize: Fix option parsing | Kevin Wolf |
2011-05-03 | lm32: add Milkymist Minimac2 support | Michael Walle |
2011-05-03 | milkymist-sysctl: fix timers | Michael Walle |
2011-05-03 | milkymist-vgafb: fix console resizing | Michael Walle |
2011-05-03 | lm32: fix exception handling | Michael Walle |
2011-05-02 | kvm: use qemu_free consistently | Paolo Bonzini |
2011-05-02 | fix crash in migration, 32-bit userspace on 64-bit host | Michael Tokarev |
2011-05-02 | kvm: Install specialized interrupt handler | Jan Kiszka |
2011-05-02 | Redirect cpu_interrupt to callback handler | Jan Kiszka |
2011-05-02 | Break up user and system cpu_interrupt implementations | Jan Kiszka |
2011-05-02 | kvm: create kvmclock when one of the flags are present | Glauber Costa |
2011-05-02 | kvm: add kvmclock to its second bit | Glauber Costa |
2011-05-02 | x86: Allow multiple cpu feature matches of lookup_feature | Jan Kiszka |
2011-05-02 | kvm: use kernel-provided para_features instead of statically coming up with n... | Glauber Costa |
2011-05-02 | Don't zero out buffer in sched_getaffinity | Mike McCormack |
2011-05-02 | Fix buffer overrun in sched_getaffinity | Mike McCormack |
2011-05-02 | linux-user: Fix compilation for "old" linux versions | Stefan Weil |
2011-04-29 | Merge branch 'patches' of git://qemu.weilnetz.de/git/qemu | Blue Swirl |
2011-04-28 | virtfs: fix build due from rename | Anthony Liguori |
2011-04-28 | Merge remote-tracking branch 'amitshah/for-anthony' into staging | Anthony Liguori |
2011-04-28 | Merge remote-tracking branch 'jvrao/for-anthony' into staging | Anthony Liguori |
2011-04-28 | virtio-serial: Fix endianness bug in the config space | Alexey Kardashevskiy |
2011-04-28 | char: Detect chardev release by NULL handlers as well as NULL opaque | Amit Shah |
2011-04-28 | char: Allow devices to use a single multiplexed chardev. | Kusanagi Kouichi |
2011-04-28 | spice-chardev: listen to frontend guest open / close | Hans de Goede |