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
2011-03-28
vhost: fix dirty page handling
Michael S. Tsirkin
1
-1
/
+3
2011-03-28
virtio-serial: don't crash on invalid input
Michael S. Tsirkin
1
-0
/
+3
2011-03-28
e1000: check buffer availability
Michael S. Tsirkin
1
-8
/
+8
2011-03-28
virtio-pci: fix bus master work around on load
Michael S. Tsirkin
2
-7
/
+7
2011-03-28
pci: use uint8_t for devfn_min
Isaku Yamahata
3
-7
/
+7
2011-03-28
pci: use PCI_DEVFN in pci_get_bus_devfn()
Isaku Yamahata
1
-1
/
+1
2011-03-28
pci: use devfn for pci_find_device() instead of (slot, fn) pair
Isaku Yamahata
5
-8
/
+8
2011-03-28
pci: replace the magic, 256, for the maximum of devfn
Isaku Yamahata
2
-1
/
+2
2011-03-26
rtl8139: add vlan tag insertion
Benjamin Poirier
1
-15
/
+60
2011-03-26
rtl8139: add vlan tag extraction
Benjamin Poirier
1
-14
/
+52
2011-03-26
rtl8139: cleanup FCS calculation
Benjamin Poirier
1
-17
/
+3
2011-03-24
Merge remote branch 'amit/for-anthony' into staging
Anthony Liguori
6
-27
/
+47
2011-03-22
vmmouse: Register vmstate via qdev
Jan Kiszka
1
-1
/
+1
2011-03-22
vmmouse: Fix initialization
Jan Kiszka
1
-0
/
+1
2011-03-22
fix applesmc REV key
René Rebe
1
-1
/
+1
2011-03-21
e1000: Fix multi-descriptor packet checksum offload
Stefan Hajnoczi
1
-1
/
+3
2011-03-21
Merge branch 'for-anthony' of git://github.com/bonzini/qemu
Aurelien Jarno
60
-272
/
+272
2011-03-21
Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevin
Aurelien Jarno
2
-14
/
+29
2011-03-21
hw/arm_sysctl.c: Add the Versatile Express system registers
Peter Maydell
1
-1
/
+63
2011-03-21
char: Prevent multiple devices opening same chardev
Amit Shah
1
-1
/
+6
2011-03-21
virtio-console: Keep chardev open for other users after hot-unplug
Amit Shah
1
-1
/
+5
2011-03-21
virtio-serial: Don't clear ->have_data() pointer after unplug
Amit Shah
1
-1
/
+0
2011-03-21
virtio-serial-bus: Simplify handle_output() function
Amit Shah
1
-9
/
+3
2011-03-21
virtio-serial: Enable ioeventfd
Amit Shah
1
-0
/
+3
2011-03-21
virtio-serial: Disallow generic ports at id 0
Amit Shah
1
-0
/
+9
2011-03-21
virtio-serial: Use a struct to pass config information from proxy
Amit Shah
4
-15
/
+21
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
58
-246
/
+246
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
4
-26
/
+26
2011-03-19
petalogix_ml605_mmu: remove unused variable
Blue Swirl
1
-3
/
+2
2011-03-19
i8254: Fix migration from older versions
Jan Kiszka
1
-0
/
+2
2011-03-16
microblaze: Add PetaLogix ml605 MMU little-endian ref design
Michal Simek
2
-0
/
+306
2011-03-16
xilinx: Add AXIENET & DMA models
Edgar E. Iglesias
3
-0
/
+1446
2011-03-15
hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0
Feiran Zheng
1
-1
/
+1
2011-03-15
Fix ATA SMART and CHECK POWER MODE
Brian Wheeler
1
-13
/
+28
2011-03-13
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
3
-4
/
+12
2011-03-13
hw/fmopl: Fix buffer access out-of-bounds errors
Stefan Weil
1
-1
/
+5
2011-03-13
moving eeprom initialization
William Dauchy
2
-41
/
+41
2011-03-12
pc: fix wrong CMOS values for floppy drives
Blue Swirl
1
-1
/
+1
2011-03-11
microblaze: Fix PetaLogix company name
Michal Simek
1
-1
/
+1
2011-03-10
vmstate: move timers to use test instead of version
Juan Quintela
1
-3
/
+12
2011-03-10
vmstate: be able to store/save a pci device from a pointer
Juan Quintela
1
-0
/
+8
2011-03-10
vmstate: Add a way to send a partial array
Juan Quintela
1
-0
/
+9
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_UINT32
Juan Quintela
1
-0
/
+10
2011-03-10
vmstate: add VMSTATE_INT64_ARRAY
Juan Quintela
1
-0
/
+6
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_INT32
Juan Quintela
1
-0
/
+10
2011-03-10
vmstate: add UINT32 VARRAYS
Juan Quintela
1
-0
/
+11
2011-03-10
vmstate: Fix varrays with uint8 indexes
Juan Quintela
1
-2
/
+3
2011-03-10
vmstate: add VMSTATE_UINT32_EQUAL
Juan Quintela
1
-0
/
+4
2011-03-10
xilinx-ethlite: Simplify byteswapping to/from brams
Edgar E. Iglesias
1
-15
/
+2
2011-03-10
mainstone: PCMCIA support
Dmitry Eremin-Solenikov
2
-2
/
+34
[next]