Skip to content

Commit b13b482

Browse files
committed
Update README
1 parent b388b40 commit b13b482

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![FEMU Version](https://img.shields.io/badge/FEMU-v7.0-brightgreen)](https://img.shields.io/badge/FEMU-v7.0-brightgreen)
2-
[![Build Status](https://travis-ci.com/ucare-uchicago/FEMU.svg?branch=master)](https://travis-ci.com/ucare-uchicago/FEMU)
2+
[![Build Status](https://travis-ci.com/vtess/FEMU.svg?branch=master)](https://travis-ci.com/vtess/FEMU)
33
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
44
[![Platform](https://img.shields.io/badge/Platform-x86--64-brightgreen)](https://shields.io/)
55

@@ -16,7 +16,9 @@
1616
Contact Information
1717
--------------------
1818

19-
**Maintainer**: [Huaicheng Li](https://huaicheng.github.io), Email: ``hcli AT cmu dot edu``
19+
**Maintainer**: [Huaicheng Li](https://huaicheng.github.io), Email: ``huaicheng@cs.vt.edu``
20+
21+
> **Research opportunities:** Huaicheng Li is hiring Ph.D. students to join his group, feel free to contact him for details!
2022
2123
Feel free to contact Huaicheng for any suggestions/feedback, bug
2224
reports, or general discussions.
@@ -40,7 +42,7 @@ Year = {2018}
4042
Research Papers using FEMU
4143
--------------------------
4244

43-
**Please Check the growing list of research papers using FEMU [here](https://github.com/ucare-uchicago/FEMU/wiki/Research-Papers-using-FEMU), including papers at ASPLOS, OSDI, SOSP and FAST, etc.**
45+
**Please Check the growing list of research papers using FEMU [here](https://github.com/vtess/FEMU/wiki/Research-Papers-using-FEMU), including papers at ASPLOS, OSDI, SOSP and FAST, etc.**
4446

4547

4648

@@ -103,7 +105,7 @@ Installation
103105
dependencies can be installed by following instructions below:
104106

105107
```bash
106-
git clone https://github.com/ucare-uchicago/femu.git
108+
git clone https://github.com/vtess/femu.git
107109
cd femu
108110
mkdir build-femu
109111
# Switch to the FEMU building directory
@@ -234,12 +236,12 @@ Run FEMU
234236

235237
- If you intend to emulate a larger VM (more vCPUs and DRAM) and an SSD with
236238
larger capacity, make sure refer to the resource provisioning tips
237-
[here](https://github.com/ucare-uchicago/FEMU/wiki/Before-running-FEMU).
239+
[here](https://github.com/vtess/FEMU/wiki/Before-running-FEMU).
238240

239241
### 1. Run FEMU as blackbox SSDs (``Device-managed FTL`` or ``BBSSD`` mode) ###
240242

241243
**TODO:** currently blackbox SSD parameters are hard-coded in
242-
`hw/block/femu/ftl/ftl.c`, please change them accordingly and re-compile FEMU.
244+
`hw/femu/ftl/ftl.c`, please change them accordingly and re-compile FEMU.
243245

244246
Boot the VM using the following
245247
script:
@@ -285,14 +287,15 @@ emulation.
285287
for development purposes. More features like proper latency emulation,
286288
controller-level zone mappings to flash chips are work-in-progress.
287289

290+
288291
```Bash
289292
./run-zns.sh
290293
```
291294

292295
### Contributing ###
293296

294-
Github [``issue``](https://github.com/ucare-uchicago/FEMU/issues) and [``pull
295-
request``](https://github.com/ucare-uchicago/FEMU/pulls) are preferred. Do let
297+
Github [``issue``](https://github.com/vtess/FEMU/issues) and [``pull
298+
request``](https://github.com/vtess/FEMU/pulls) are preferred. Do let
296299
us know if you have any thoughts!
297300

298301
### Acknowledgement ###
@@ -305,5 +308,5 @@ gone far beyond what prior platforms can achieve in terms of ``performance``,
305308
FEMU's NVMe controller logic is based on QEMU/NVMe, LightNVM/QEMU and ZNS/QEMU.
306309

307310

308-
### For more detail, please checkout the [Wiki](https://github.com/ucare-uchicago/femu/wiki)!
311+
### For more detail, please checkout the [Wiki](https://github.com/vtess/femu/wiki)!
309312

0 commit comments

Comments
 (0)