index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-05
CPUPhysMemoryClient: Pass guest physical address not region offset
Alex Williamson
1
-4
/
+12
2011-05-05
CPUPhysMemoryClient: Fix typo in phys memory client registration
Alex Williamson
1
-1
/
+1
2011-05-05
pci: Add class 0x403 as 'audio controller'
Jan Kiszka
1
-0
/
+1
2011-05-05
MSI: Robust resource release
Jan Kiszka
3
-9
/
+12
2011-05-05
eepro100: Support 32 bit read/write access to flash register
Stefan Weil
1
-0
/
+9
2011-05-05
eepro100: Support byte read access to general control register
Stefan Weil
1
-0
/
+3
2011-05-05
eepro100: Support byte/word read/write access to MDI control register
Stefan Weil
1
-2
/
+32
2011-05-05
eepro100: Support byte/word writes to pointer register
Stefan Weil
1
-17
/
+16
2011-05-05
eepro100: Support byte/word writes to port address
Stefan Weil
1
-2
/
+18
2011-05-05
eepro100: Fix endianness issues
Stefan Weil
1
-44
/
+97
2011-05-05
eepro100: Pad received short frames
Stefan Weil
1
-1
/
+25
2011-05-05
eepro100: Remove unused structure element
Stefan Weil
1
-3
/
+3
2011-05-05
eepro100: Remove type casts which are no longer needed
Stefan Weil
1
-7
/
+6
2011-05-05
eepro100: Avoid duplicate debug messages
Stefan Weil
1
-5
/
+9
2011-05-03
NBD: Avoid leaking a couple of strings when the NBD device is closed
Nick Thomas
1
-0
/
+4
2011-05-03
qemu-progress.c: printf isn't signal safe
Jes Sorensen
1
-1
/
+6
2011-05-03
ide/atapi: fix set but unused
Alon Levy
1
-3
/
+1
2011-05-03
atapi: Explain why we need a 'media not present' state
Amit Shah
1
-1
/
+7
2011-05-03
atapi: Move comment to proper place
Amit Shah
1
-1
/
+1
2011-05-03
qemu-img resize: Fix option parsing
Kevin Wolf
1
-2
/
+11
2011-05-03
lm32: add Milkymist Minimac2 support
Michael Walle
5
-176
/
+168
2011-05-03
milkymist-sysctl: fix timers
Michael Walle
1
-19
/
+7
2011-05-03
milkymist-vgafb: fix console resizing
Michael Walle
1
-0
/
+3
2011-05-03
lm32: fix exception handling
Michael Walle
2
-31
/
+1
2011-05-02
kvm: use qemu_free consistently
Paolo Bonzini
2
-3
/
+3
2011-05-02
fix crash in migration, 32-bit userspace on 64-bit host
Michael Tokarev
1
-1
/
+14
2011-05-02
kvm: Install specialized interrupt handler
Jan Kiszka
1
-0
/
+11
2011-05-02
Redirect cpu_interrupt to callback handler
Jan Kiszka
2
-2
/
+16
2011-05-02
Break up user and system cpu_interrupt implementations
Jan Kiszka
1
-4
/
+10
2011-05-02
kvm: create kvmclock when one of the flags are present
Glauber Costa
1
-1
/
+5
2011-05-02
kvm: add kvmclock to its second bit
Glauber Costa
1
-1
/
+1
2011-05-02
x86: Allow multiple cpu feature matches of lookup_feature
Jan Kiszka
1
-6
/
+8
2011-05-02
kvm: use kernel-provided para_features instead of statically coming up with n...
Glauber Costa
1
-29
/
+49
2011-05-02
Don't zero out buffer in sched_getaffinity
Mike McCormack
1
-12
/
+1
2011-05-02
Fix buffer overrun in sched_getaffinity
Mike McCormack
1
-1
/
+1
2011-05-02
linux-user: Fix compilation for "old" linux versions
Stefan Weil
1
-0
/
+12
2011-04-29
Merge branch 'patches' of git://qemu.weilnetz.de/git/qemu
Blue Swirl
2
-28
/
+128
2011-04-28
virtfs: fix build due from rename
Anthony Liguori
1
-2
/
+2
2011-04-28
Merge remote-tracking branch 'amitshah/for-anthony' into staging
Anthony Liguori
6
-15
/
+74
2011-04-28
Merge remote-tracking branch 'jvrao/for-anthony' into staging
Anthony Liguori
15
-55
/
+62
2011-04-28
virtio-serial: Fix endianness bug in the config space
Alexey Kardashevskiy
1
-10
/
+13
2011-04-28
char: Detect chardev release by NULL handlers as well as NULL opaque
Amit Shah
1
-1
/
+1
2011-04-28
char: Allow devices to use a single multiplexed chardev.
Kusanagi Kouichi
3
-4
/
+7
2011-04-28
spice-chardev: listen to frontend guest open / close
Hans de Goede
1
-0
/
+14
2011-04-28
virtio-console: notify backend of guest open / close
Hans de Goede
1
-0
/
+18
2011-04-28
chardev: Allow frontends to notify backends of guest open / close
Hans de Goede
2
-0
/
+21
2011-04-27
target-arm: Don't update base register on abort in Thumb T1 LDM
Peter Maydell
1
-3
/
+14
2011-04-27
target-arm: fix LDMIA bug on page boundary
YuYeon Oh
1
-1
/
+9
2011-04-27
ioapic: Do not set irr for masked edge IRQs
Jan Kiszka
1
-2
/
+3
2011-04-27
vl.c: Replace -virtfs string manipulation with QemuOpts
Stefan Hajnoczi
1
-37
/
+19
[prev]
[next]