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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2009-02-05
qemu:virtio-net: Add VLAN filtering (Alex Williamson)
aliguori
2
-3
/
+63
2009-02-05
qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson)
aliguori
2
-2
/
+109
2009-02-05
qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul...
aliguori
1
-0
/
+28
2009-02-05
qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson)
aliguori
2
-1
/
+58
2009-02-05
qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi...
aliguori
2
-1
/
+51
2009-02-05
qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale...
aliguori
2
-7
/
+9
2009-02-05
qemu:virtio-net: Allow setting the MAC address via set_config (Alex Williamson)
aliguori
1
-2
/
+16
2009-02-05
qemu:virtio-net: Save status and add some save infrastructure (Alex Williamson)
aliguori
1
-2
/
+8
2009-02-05
target-ppc: change instruction name vrlogefp into vlogefp
aurel32
3
-3
/
+3
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
25
-254
/
+25
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
12
-28
/
+0
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
74
-545
/
+257
2009-02-05
audio: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2
-20
/
+8
2009-02-05
block: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
10
-103
/
+14
2009-02-05
Terminate emulation on memory allocation failure (Avi Kivity)
aliguori
1
-6
/
+10
2009-02-05
Convert IDE to use new dma helpers (Avi Kivity)
aliguori
1
-66
/
+10
2009-02-05
Introduce block dma helpers (Avi Kivity)
aliguori
2
-1
/
+126
2009-02-05
Add qemu_iovec_reset() (Avi Kivity)
aliguori
2
-0
/
+7
2009-02-05
Add a scatter-gather list type and accessors (Avi Kivity)
aliguori
3
-1
/
+72
2009-02-05
Add debug, savevm and reset support for UniNorth
blueswir1
2
-1
/
+54
2009-02-05
Use qemu_ram_alloc
blueswir1
1
-6
/
+10
2009-02-05
target-ppc: add vrlogefp instruction
aurel32
3
-0
/
+12
2009-02-05
soft-float: add float32_log2() and float64_log2()
aurel32
2
-0
/
+95
2009-02-04
Properly initialize len argument of sysctl and include stdio.h (perror)
malc
1
-0
/
+2
2009-02-04
target-ppc: fix previous commit
aurel32
1
-1
/
+4
2009-02-04
target-ppc: use the new float constants
aurel32
1
-12
/
+6
2009-02-04
softfloat: add a 1.0 constant for float32 and float64
aurel32
1
-0
/
+2
2009-02-04
Add vcf{u,s}x instructions
aurel32
3
-0
/
+17
2009-02-04
Add vrfi{m,n,p,z} instructions
aurel32
3
-0
/
+26
2009-02-04
Add various NaN-handling macros
aurel32
1
-0
/
+21
2009-02-03
Partialy fix mmap at EOF for large pagesize targets in user-mode.
edgar_igl
1
-2
/
+37
2009-02-03
Remove accidental addition of local patch.
aliguori
1
-1
/
+0
2009-02-03
Make mtvscr use a helper
aurel32
3
-5
/
+15
2009-02-03
Add calls to initialize VSCR on appropriate machines
aurel32
1
-0
/
+22
2009-02-03
Rename spe_status to vec_status
aurel32
2
-57
/
+59
2009-02-03
Add f field to ppc_avr_t
aurel32
1
-0
/
+1
2009-02-03
SH4: Fix warning when compiling sh7750_regnames.c
aurel32
1
-0
/
+1
2009-02-03
linux-user: Remove incorrect break;
aurel32
1
-1
/
+0
2009-02-03
Fix compilation of PPC64 targets with DEBUG_TCGV enabled
aurel32
1
-3
/
+3
2009-02-02
Add phenom CPU descriptor (Alexander Graf)
aliguori
1
-0
/
+28
2009-02-02
Implement FFXSR (Alexander Graf)
aliguori
1
-8
/
+20
2009-02-02
Add zlib encoding support (Alexander Graf)
aliguori
1
-0
/
+109
2009-02-02
Move the framebuffer update package out (Alexander Graf)
aliguori
1
-4
/
+2
2009-02-02
Move buffer functions up (Alexander Graf)
aliguori
1
-33
/
+33
2009-02-02
Add some tight awareness to vnc.c (Alexander Graf)
aliguori
1
-2
/
+21
2009-02-02
Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf)
aliguori
1
-1
/
+1
2009-02-02
Use VNC protocol defines (Alexander Graf)
aliguori
1
-47
/
+50
2009-02-02
Split VNC defines to vnc.h (Alexander Graf)
aliguori
3
-35
/
+114
2009-02-01
Replace noreturn with QEMU_NORETURN
malc
8
-12
/
+12
2009-02-01
Add and use #defines for PCI device classes
blueswir1
34
-86
/
+81
[next]