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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-09
qemu: x86: ignore ioapic polarity
Gabriel L. Somlo
1
-3
/
+0
2014-03-09
pckbd: return 'keyboard enabled' on read input port command
Hervé Poussineau
1
-1
/
+1
2014-03-09
pam: partly fix write-only mode
Hervé Poussineau
1
-1
/
+1
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2
-5
/
+5
2014-03-09
PCIE: fix regression with coldplugged multifunction device
Igor Mammedov
1
-8
/
+8
2014-03-09
virtio-net: remove function calls from assert
Joel Stanley
1
-2
/
+5
2014-03-09
acpi-build: append description for non-hotplug
Michael S. Tsirkin
7
-264
/
+500
2014-03-08
Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging
Peter Maydell
9
-150
/
+318
2014-03-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+5
2014-03-08
xenfb: Fix graphic_console_init() build failure
Andreas Färber
1
-1
/
+1
2014-03-07
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into staging
Peter Maydell
22
-25
/
+25
2014-03-07
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
25
-85
/
+2393
2014-03-07
hw/ide/ahci.h: Avoid shifting left into sign bit
Peter Maydell
1
-5
/
+5
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
22
-25
/
+25
2014-03-05
s390x/virtio-ccw: Adapter interrupt support.
Cornelia Huck
4
-7
/
+111
2014-03-05
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
7
-24
/
+39
2014-03-05
target-ppc: add PowerPCCPU::cpu_dt_id
Alexey Kardashevskiy
1
-0
/
+22
2014-03-05
target-ppc: Introduce hypervisor call H_GET_TCE
Laurent Dufour
1
-0
/
+37
2014-03-05
target-ppc: Change the hpte store API
Aneesh Kumar K.V
1
-14
/
+6
2014-03-05
target-ppc: Fix page table lookup with kvm enabled
Aneesh Kumar K.V
2
-19
/
+32
2014-03-05
target-ppc: Fix htab_mask calculation
Aneesh Kumar K.V
2
-5
/
+22
2014-03-05
PPC: sPAPR: Only use getpagesize() when we run with kvm
Alexander Graf
1
-1
/
+12
2014-03-05
spapr-vlan: flush queue whenever can_receive can go from false to true
Alexey Kardashevskiy
1
-0
/
+2
2014-03-05
qdev: Keep global allocation counter per bus
Alexander Graf
2
-8
/
+20
2014-03-05
target-ppc: Update external_htab even when HTAB is managed by kernel
Aneesh Kumar K.V
1
-0
/
+7
2014-03-05
spapr: print more detailed error message on failed load_elf()
Alexey Kardashevskiy
1
-3
/
+3
2014-03-05
elf-loader: add more return codes
Alexey Kardashevskiy
2
-8
/
+26
2014-03-05
moxie: fix load_elf() usage
Alexey Kardashevskiy
1
-1
/
+1
2014-03-05
spapr: support only ELF kernel images
Alexey Kardashevskiy
1
-5
/
+0
2014-03-05
Add Enhanced Three-Speed Ethernet Controller (eTSEC)
Fabien Chouteau
7
-0
/
+2053
2014-03-05
virtex_ml507: Add support for loading initrd images
Edgar E. Iglesias
1
-1
/
+33
2014-03-05
spapr_vscsi: Fix REPORT_LUNS handling
Nathan Whitehorn
1
-0
/
+60
2014-03-05
spapr-pci: enable adding PHB via -device
Alexey Kardashevskiy
1
-0
/
+2
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
1
-0
/
+20
2014-03-04
Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...
Peter Maydell
8
-100
/
+430
2014-03-04
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
4
-4
/
+35
2014-03-04
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
4
-18
/
+455
2014-03-04
hw/9pfs: Include virtio-9p-device.o in build
Aneesh Kumar K.V
1
-1
/
+1
2014-03-04
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
8
-149
/
+316
2014-03-03
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
Chen Gang
1
-3
/
+4
2014-03-03
hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
Chen Gang
1
-1
/
+1
2014-02-27
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014022...
Peter Maydell
2
-3
/
+77
2014-02-27
sun4m: Add Sun CG3 framebuffer initialisation function
Mark Cave-Ayland
1
-3
/
+59
2014-02-27
sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM
Mark Cave-Ayland
2
-0
/
+386
2014-02-27
sun4m: fix slavio timer RUN/STOP bit
Mark Cave-Ayland
1
-15
/
+10
2014-02-27
s390x/ipl: Fix crash of ELF images with arbitrary entry points
Thomas Huth
1
-8
/
+13
2014-02-27
s390x/event-facility: exploit realize/unrealize
Heinz Graalfs
1
-9
/
+18
2014-02-27
s390x/event-facility: add support for live migration
Heinz Graalfs
1
-0
/
+12
2014-02-27
s390x/event-facility: code restructure
Heinz Graalfs
2
-64
/
+28
2014-02-27
s390x/event-facility: some renaming
Heinz Graalfs
1
-9
/
+9
[next]