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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-27
vmxnet3: Do not fill stats if device is inactive
Shmulik Ladkani
1
-0
/
+4
2015-10-27
net: cadence_gem: Set initial MAC address
Sebastian Huber
1
-0
/
+6
2015-10-26
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into s...
Peter Maydell
5
-7
/
+29
2015-10-26
xen-platform: Replace assert() with appropriate error reporting
Eduardo Habkost
1
-1
/
+5
2015-10-26
xen_platform: switch to realize
Stefano Stabellini
1
-4
/
+2
2015-10-26
Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...
Peter Maydell
2
-262
/
+581
2015-10-26
Qemu/Xen: Fix early freeing MSIX MMIO memory region
Lan Tianyu
4
-2
/
+22
2015-10-26
ivshmem: use little-endian int64_t for the protocol
Marc-André Lureau
1
-14
/
+24
2015-10-26
ivshmem: use kvm irqfd for msi notifications
Marc-André Lureau
1
-6
/
+174
2015-10-26
ivshmem: rename MSI eventfd_table
Marc-André Lureau
1
-9
/
+9
2015-10-26
ivshmem: remove EventfdEntry.vector
Marc-André Lureau
1
-4
/
+4
2015-10-26
ivshmem: add hostmem backend
Marc-André Lureau
1
-18
/
+66
2015-10-26
ivshmem: use qemu_strtosz()
Marc-André Lureau
1
-31
/
+5
2015-10-26
ivshmem: do not keep shm_fd open
Marc-André Lureau
1
-11
/
+5
2015-10-24
msix: implement pba write (but read-only)
Marc-André Lureau
1
-0
/
+6
2015-10-24
ivshmem: add check on protocol version in QEMU
David Marchand
1
-2
/
+29
2015-10-24
ivshmem: reset mask on device reset
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: error on too many eventfd received
Marc-André Lureau
1
-0
/
+7
2015-10-24
ivshmem: replace 'guest' for 'peer' appropriately
Marc-André Lureau
1
-14
/
+14
2015-10-24
ivshmem: fix pci_ivshmem_exit()
Marc-André Lureau
1
-3
/
+35
2015-10-24
ivshmem: add device description
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: check shm isn't already initialized
Marc-André Lureau
1
-0
/
+6
2015-10-24
ivshmem: shmfd can be 0
Marc-André Lureau
1
-3
/
+3
2015-10-24
ivshmem: migrate with VMStateDescription
Marc-André Lureau
1
-53
/
+89
2015-10-24
ivshmem: use common is_power_of_2()
Marc-André Lureau
1
-5
/
+1
2015-10-24
ivshmem: use common return
Marc-André Lureau
1
-2
/
+1
2015-10-24
ivshmem: simplify a bit the code
Marc-André Lureau
1
-14
/
+14
2015-10-24
ivshmem: print error on invalid peer id
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: improve error handling
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: improve debug messages
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: remove max_peer field
Marc-André Lureau
1
-9
/
+1
2015-10-24
ivshmem: initialize max_peer to -1
Marc-André Lureau
1
-2
/
+2
2015-10-24
ivshmem: remove useless ivshmem_update_irq() val argument
Marc-André Lureau
1
-4
/
+4
2015-10-24
ivshmem: allocate eventfds in resize_peers()
Marc-André Lureau
1
-9
/
+2
2015-10-24
ivshmem: simplify around increase_dynamic_storage()
Marc-André Lureau
1
-16
/
+11
2015-10-24
ivshmem: limit maximum number of peers to G_MAXUINT16
Marc-André Lureau
1
-2
/
+3
2015-10-24
ivshmem: remove last exit(1)
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivshmem: more qdev conversion
Marc-André Lureau
1
-51
/
+68
2015-10-24
ivshmem: remove useless doorbell field
Marc-André Lureau
1
-1
/
+0
2015-10-24
ivshmem: remove superflous ivshmem_attr field
Marc-André Lureau
1
-9
/
+7
2015-10-24
ivshmem: remove unnecessary dup()
Marc-André Lureau
1
-15
/
+6
2015-10-24
ivshmem: factor out the incoming fifo handling
Marc-André Lureau
1
-20
/
+39
2015-10-24
ivshmem: fix number of bytes to push to fifo
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivhsmem: read do not accept more than sizeof(long)
Marc-André Lureau
1
-1
/
+1
2015-10-23
dataplane: Mark host notifiers' client type as "external"
Fam Zheng
2
-13
/
+10
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
2
-10
/
+20
2015-10-23
block: Prepare for NULL BDS
Max Reitz
1
-1
/
+3
2015-10-23
hw/usb-storage: Check whether BB is inserted
Max Reitz
1
-14
/
+16
2015-10-23
hw/block/fdc: Implement tray status
Max Reitz
1
-4
/
+16
2015-10-23
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into st...
Peter Maydell
16
-40
/
+136
[prev]
[next]