Sign in
qemu-android
/
qemu-android
/
4ef76952bd702d29ee4c021f068d85b063fdb928
4ef7695
tcg: Allow non-constant control macros
by Richard Henderson
· 12 years ago
5b9f72a
tcg-ppc64: Don't implement rem
by Richard Henderson
· 12 years ago
865a467
tcg-ppc: Don't implement rem
by Richard Henderson
· 12 years ago
5e1108b
tcg-arm: Don't implement rem
by Richard Henderson
· 12 years ago
ca675f4
tcg: Split rem requirement from div requirement
by Richard Henderson
· 12 years ago
cc7772b
tcg: Add myself to general TCG maintainership
by Richard Henderson
· 12 years ago
dc11549
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
7588e2b
pci: Fold host_buses list into PCIHostState functionality
by David Gibson
· 12 years ago
2b8cc89
pci: Remove domain from PCIHostBus
by David Gibson
· 12 years ago
9bc4730
pci: Simpler implementation of primary PCI bus
by David Gibson
· 12 years ago
29b358f
pci: Add root bus parameter to pci_nic_init()
by David Gibson
· 12 years ago
85c6e4f
pci: Add root bus argument to pci_get_bus_devfn()
by David Gibson
· 12 years ago
568f069
pci: Replace pci_find_domain() with more general pci_root_bus_path()
by David Gibson
· 12 years ago
c473d18
pci: Use helper to find device's root bus in pci_find_domain()
by David Gibson
· 12 years ago
1ef7a2a
pci: Abolish pci_find_root_bus()
by David Gibson
· 12 years ago
945dad6
MAINTAINERS: Add myself into MAINTAINERS file
by Jia Liu
· 12 years ago
6e481d5
MAINTAINERS: fix bad F: patterns
by Peter Maydell
· 12 years ago
9b4abb4
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
c3ab4c9
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
58fda17
block: fix bdrv_flush() ordering in bdrv_close()
by Stefan Hajnoczi
· 12 years ago
3494d65
curl: refuse to open URL from HTTP server without range support
by Fam Zheng
· 12 years ago
da7a50f
vmdk: Implement .bdrv_has_zero_init
by Fam Zheng
· 12 years ago
c7086b4
exec: change some APIs to take AddressSpaceDispatch
by Paolo Bonzini
· 12 years ago
6092666
exec: remove cur_map
by Paolo Bonzini
· 12 years ago
0475d94
exec: put memory map in AddressSpaceDispatch
by Paolo Bonzini
· 12 years ago
0075270
exec: separate current radix tree from the one being built
by Paolo Bonzini
· 12 years ago
89ae337
exec: move listener from AddressSpaceDispatch to AddressSpace
by Paolo Bonzini
· 12 years ago
c2fc83e
memory: move MemoryListener declaration earlier
by Paolo Bonzini
· 12 years ago
9affd6f
exec: separate current memory map from the one being built
by Paolo Bonzini
· 12 years ago
b41aac4
exec: change well-known physical sections to macros
by Liu Ping Fan
· 12 years ago
f08c03f
qom: Use atomics for object refcounting
by Jan Kiszka
· 12 years ago
856d724
memory: add reference counting to FlatView
by Paolo Bonzini
· 12 years ago
a9a0c06
memory: use a new FlatView pointer on every topology update
by Paolo Bonzini
· 12 years ago
99e8634
memory: access FlatView from a local variable
by Paolo Bonzini
· 12 years ago
5444e76
add a header file for atomic operations
by Paolo Bonzini
· 12 years ago
22fc860
hw/[u-x]*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
853dca1
hw/t*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2977673
hw/s*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
40c5dce
hw/p*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
eedfac6
hw/n*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
3c16154
hw/m*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
b716368
hw/gpio: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
3eadad5
hw/d*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
300b1fc
hw/c*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2d256e6
hw/block: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
64bde0f
hw/a*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
db10ca9
piolist: add owner argument to initialization functions and pass devices
by Paolo Bonzini
· 12 years ago
3cd2cf4
pam: pass device to init_pam and use it to set owner
by Paolo Bonzini
· 12 years ago
84af6d9
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
by Paolo Bonzini
· 12 years ago
5cb022a
vfio: pass device to vfio_mmap_bar and use it to set owner
by Paolo Bonzini
· 12 years ago
dcb117b
ne2000: pass device to ne2000_setup_io, use it as owner
by Paolo Bonzini
· 12 years ago
42e038f
vga: set owner in vga_update_memory_access
by Paolo Bonzini
· 12 years ago
c84b28e
vga: pass owner to vga_init_io
by Paolo Bonzini
· 12 years ago
8311832
vga: pass owner to vga_init_vbe
by Paolo Bonzini
· 12 years ago
9eb58a4
vga: pass owner to cirrus_init_common
by Paolo Bonzini
· 12 years ago
270327f
vga: pass owner to vga_common_init
by Paolo Bonzini
· 12 years ago
712f0cc
vga: pass owner to vga_init
by Paolo Bonzini
· 12 years ago
3cf63ff
escc: rename struct to ESCCState
by Paolo Bonzini
· 12 years ago
d3e7155
memory: ref/unref memory across address_space_map/unmap
by Paolo Bonzini
· 12 years ago
e3127ae
exec: reorganize address_space_map
by Paolo Bonzini
· 12 years ago
1b5ec23
memory: return MemoryRegion from qemu_ram_addr_from_host
by Paolo Bonzini
· 12 years ago
7443b43
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
by Paolo Bonzini
· 12 years ago
23887b7
exec: check MRU in qemu_ram_addr_from_host
by Paolo Bonzini
· 12 years ago
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
3ce1090
memory: introduce memory_region_present
by Paolo Bonzini
· 12 years ago
46637be
memory: add ref/unref
by Paolo Bonzini
· 12 years ago
803c081
memory: add getter for owner
by Paolo Bonzini
· 12 years ago
b7e9516
exec: simplify destruction of the phys map
by Paolo Bonzini
· 12 years ago
058bc4b
memory: destroy phys_sections one by one
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
5767e4e
ioport: Move portio types to ioport.h
by Jan Kiszka
· 12 years ago
d67f679
vmport: Disentangle read handler type from portio
by Jan Kiszka
· 12 years ago
0659097
ioport: Remove unused old dispatching services
by Jan Kiszka
· 12 years ago
b40acf9
ioport: Switch dispatching to memory core layer
by Jan Kiszka
· 12 years ago
962b03f
xen: Mark fixed platform I/O as unaligned
by Jan Kiszka
· 12 years ago
04e8cd5
vmware-vga: Accept unaligned I/O accesses
by Jan Kiszka
· 12 years ago
b6f3296
isa: implement isa_is_ioport_assigned via memory_region_find
by Jan Kiszka
· 12 years ago
8ab9b41
Privatize register_ioport_read/write
by Jan Kiszka
· 12 years ago
bcc37e2
vt82c686: replace register_ioport*
by Jan Kiszka
· 12 years ago
fd533eb
prep: replace register_ioport*
by Jan Kiszka
· 12 years ago
f94b64a
i82374: replace register_ioport*
by Jan Kiszka
· 12 years ago
0c6c4e2
wdt_ib700: replace register_ioport*
by Jan Kiszka
· 12 years ago
e3914e3
applesmc: replace register_ioport*
by Jan Kiszka
· 12 years ago
a8aec29
adlib: replace register_ioport*
by Jan Kiszka
· 12 years ago
f487b67
dma: keep a device alive while it has SGLists
by Paolo Bonzini
· 12 years ago
cac3c38
scsi: keep device alive while it has requests
by Paolo Bonzini
· 12 years ago
6ac363b
pci: Move pci_read_devaddr to pci-hotplug-old.c
by David Gibson
· 12 years ago
79ca616
pci: Cleanup configuration for pci-hotplug.c
by David Gibson
· 12 years ago
fea7d59
pvpanic: fix fwcfg for big endian hosts
by Michael S. Tsirkin
· 12 years ago
bc3e6a0
pvpanic: initialization cleanup
by Michael S. Tsirkin
· 12 years ago
c6d559d
MAINTAINERS: s/Marcelo/Paolo/
by Michael S. Tsirkin
· 12 years ago
a0ae17a
e1000: cleanup process_tx_desc
by Andrew Jones
· 12 years ago
fcbe0a7
pc_piix: cleanup init compat handling
by Michael S. Tsirkin
· 12 years ago
f8c457b
pc: pass PCI hole ranges to Guests
by Michael S. Tsirkin
· 12 years ago
3459a62
pci: store PCI hole ranges in guestinfo structure
by Michael S. Tsirkin
· 12 years ago
620ac82
range: add Range structure
by Michael S. Tsirkin
· 12 years ago
ab8bf29
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 12 years ago
00f4d64
kvmclock: clock should count only if vm is running
by Marcelo Tosatti
· 12 years ago
bd50cba
pci-assign: remove the duplicate function name in debug message
by Wanlong Gao
· 12 years ago
Next »